summaryrefslogtreecommitdiffstats
path: root/payloads/external/tianocore/Makefile
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-07-27 21:41:54 +0100
committerMartin L Roth <gaumless@tutanota.com>2022-07-30 18:40:58 +0000
commitc5055883eb9f57145ca8c63e50a9fbc314f6616a (patch)
tree3a1e8bbb6d8a9ed5f4c1661995bfc9af9ef90d8b /payloads/external/tianocore/Makefile
parent85c9a7320f36a9b67fbc79aa19fad333c3e77ef0 (diff)
downloadcoreboot-c5055883eb9f57145ca8c63e50a9fbc314f6616a.tar.gz
coreboot-c5055883eb9f57145ca8c63e50a9fbc314f6616a.tar.bz2
coreboot-c5055883eb9f57145ca8c63e50a9fbc314f6616a.zip
payloads/tianocore: Allow passing custom build params to all versions
Allow passing custom build parameters to any version of edk2, not just forks. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I4eed535415ba15ae73e22cada9153820538f5f6d Reviewed-on: https://review.coreboot.org/c/coreboot/+/66210 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'payloads/external/tianocore/Makefile')
-rw-r--r--payloads/external/tianocore/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/payloads/external/tianocore/Makefile b/payloads/external/tianocore/Makefile
index d3b88b82f45a..7f6fe9289783 100644
--- a/payloads/external/tianocore/Makefile
+++ b/payloads/external/tianocore/Makefile
@@ -106,11 +106,9 @@ endif # CONFIG_TIANOCORE_COREBOOTPAYLOAD
bootloader = $(word 8,$(subst /, ,$(BUILD_STR)))
-ifeq ($(CONFIG_TIANOCORE_CUSTOM),y)
ifneq ($(CONFIG_TIANOCORE_CUSTOM_BUILD_PARAMS),)
BUILD_STR += $(CONFIG_TIANOCORE_CUSTOM_BUILD_PARAMS)
endif
-endif
all: clean build