summaryrefslogtreecommitdiffstats
path: root/rules/templates
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-02-08 16:43:01 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-04-08 11:00:10 +0200
commit088a327290cd68e228eb08f456743570b730c093 (patch)
treec3d1776a4a9ab7b4e5beb7e11c7bfe1362747d1a /rules/templates
parentc3f5e180bc4f8bb7173c6a81842c4773bd0067e2 (diff)
downloadptxdist-088a327290cd68e228eb08f456743570b730c093.tar.gz
ptxdist-088a327290cd68e228eb08f456743570b730c093.tar.xz
templates: HOST_CPPFLAGS are now added by the wrapper
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/templates')
-rw-r--r--rules/templates/template-barebox-make2
-rw-r--r--rules/templates/template-kernel-make2
2 files changed, 2 insertions, 2 deletions
diff --git a/rules/templates/template-barebox-make b/rules/templates/template-barebox-make
index 23f00a6f9..7026d63fb 100644
--- a/rules/templates/template-barebox-make
+++ b/rules/templates/template-barebox-make
@@ -30,7 +30,7 @@ BAREBOX_@PACKAGE@_SOURCE := $(SRCDIR)/$(BAREBOX_@PACKAGE@).$(BAREBOX_@PACKAGE@_S
# Prepare
# ----------------------------------------------------------------------------
-BAREBOX_@PACKAGE@_CONF_ENV := KCONFIG_NOTIMESTAMP=1 HOST_EXTRACFLAGS="$(HOST_CPPFLAGS)"
+BAREBOX_@PACKAGE@_CONF_ENV := KCONFIG_NOTIMESTAMP=1
BAREBOX_@PACKAGE@_CONF_OPT := $(call barebox-opts, BAREBOX_@PACKAGE@)
BAREBOX_@PACKAGE@_MAKE_ENV := $(BAREBOX_@PACKAGE@_CONF_ENV)
diff --git a/rules/templates/template-kernel-make b/rules/templates/template-kernel-make
index 008c347c8..06c092755 100644
--- a/rules/templates/template-kernel-make
+++ b/rules/templates/template-kernel-make
@@ -31,7 +31,7 @@ KERNEL_@PACKAGE@_SOURCE := $(SRCDIR)/$(KERNEL_@PACKAGE@).$(KERNEL_@PACKAGE@_SUF
# ----------------------------------------------------------------------------
KERNEL_@PACKAGE@_PATH := PATH=$(CROSS_PATH)
-KERNEL_@PACKAGE@_ENV := KCONFIG_NOTIMESTAMP=1 HOST_EXTRACFLAGS="$(HOST_CPPFLAGS)"
+KERNEL_@PACKAGE@_ENV := KCONFIG_NOTIMESTAMP=1
KERNEL_@PACKAGE@_CONF_OPT := $(call kernel-opts, KERNEL_@PACKAGE@)
KERNEL_@PACKAGE@_IMAGES := @image@