summaryrefslogtreecommitdiffstats
path: root/rules/grub.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-06-21 22:57:26 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-06-21 22:58:22 +0200
commit0eb6cb048f4f672a527b8ded7a8ff22181ee68d8 (patch)
treeeb414f353633f9081b44c145f9b2deba73ffff48 /rules/grub.make
parent66eafb70e4604561142d84b5dcc56a27b2056be9 (diff)
downloadptxdist-0eb6cb048f4f672a527b8ded7a8ff22181ee68d8.tar.gz
ptxdist-0eb6cb048f4f672a527b8ded7a8ff22181ee68d8.tar.xz
grub: blacklist TARGET_BUILD_ID
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/grub.make')
-rw-r--r--rules/grub.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/grub.make b/rules/grub.make
index 287914cf2..c348e11d8 100644
--- a/rules/grub.make
+++ b/rules/grub.make
@@ -36,7 +36,9 @@ GRUB_ENV := $(CROSS_ENV) CFLAGS=''
GRUB_CFLAGS := -fgnu89-inline
-GRUB_WRAPPER_BLACKLIST := TARGET_HARDEN_PIE
+GRUB_WRAPPER_BLACKLIST := \
+ TARGET_HARDEN_PIE \
+ TARGET_BUILD_ID
GRUB_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
--without-curses \