Skip to content

Commit

Permalink
Remove fb4sbl image from publish target
Browse files Browse the repository at this point in the history
fb4sbl feature is not ready yet, remove to make "dist publish" build pass

Tracked-On: OAM-111199
Signed-off-by: Chen, Gang G <gang.g.chen@intel.com>
  • Loading branch information
GangSecurity committed Jul 16, 2023
1 parent 06ffbde commit 44bcd5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/publish.mk
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ endif
# Publish kf4sbl symbols files
.PHONY: publish_kf4sbl_symbols
ifeq ($(TARGET_BUILD_VARIANT:debug=)|$(KERNELFLINGER_SUPPORT_NON_EFI_BOOT),user|true)
publish_kf4sbl_symbols: publish_mkdir_dest kf4sbl-$(TARGET_BUILD_VARIANT) fb4sbl-$(TARGET_BUILD_VARIANT)
$(hide)($(ACP) $(KF4SBL_SYMBOLS_ZIP) $(FB4SBL_SYMBOLS_ZIP) $(publish_dest))
publish_kf4sbl_symbols: publish_mkdir_dest kf4sbl-$(TARGET_BUILD_VARIANT)
$(hide)($(ACP) $(KF4SBL_SYMBOLS_ZIP) $(publish_dest))
else
publish_kf4sbl_symbols:
@echo "Publish kf4sbl symbols: skipped"
Expand Down

0 comments on commit 44bcd5d

Please sign in to comment.