diff options
Diffstat (limited to 'payloads/external/tianocore/Makefile')
-rw-r--r-- | payloads/external/tianocore/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/payloads/external/tianocore/Makefile b/payloads/external/tianocore/Makefile index e60a27938a..da61470a17 100644 --- a/payloads/external/tianocore/Makefile +++ b/payloads/external/tianocore/Makefile @@ -82,6 +82,12 @@ endif 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 $(project_dir): |