summaryrefslogtreecommitdiffstats
path: root/rules/u-boot.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/u-boot.make')
-rw-r--r--rules/u-boot.make7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/u-boot.make b/rules/u-boot.make
index 6dd2e43a4..94aa77458 100644
--- a/rules/u-boot.make
+++ b/rules/u-boot.make
@@ -29,6 +29,13 @@ U_BOOT_DIR := $(BUILDDIR)/$(U_BOOT)
# Prepare
# ----------------------------------------------------------------------------
+U_BOOT_WRAPPER_BLACKLIST := \
+ TARGET_HARDEN_RELRO \
+ TARGET_HARDEN_BINDNOW \
+ TARGET_HARDEN_PIE \
+ TARGET_DEBUG \
+ TARGET_BUILD_ID
+
U_BOOT_PATH := PATH=$(CROSS_PATH)
U_BOOT_MAKE_OPT := CROSS_COMPILE=$(BOOTLOADER_CROSS_COMPILE) HOSTCC=$(HOSTCC)
U_BOOT_MAKE_PAR := NO