summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-02-08 16:12:01 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-04-08 11:00:10 +0200
commit3c82b6a4a5e7eebb5f4e27a451887bc3499ca159 (patch)
treed30bc7d6596c2e7a400dc9f25f790a7753b1797d
parent559f73a817a4f3098e350e1eeb00f3881741381e (diff)
downloadptxdist-3c82b6a4a5e7eebb5f4e27a451887bc3499ca159.tar.gz
ptxdist-3c82b6a4a5e7eebb5f4e27a451887bc3499ca159.tar.xz
kernel: HOST_CPPFLAGS are now added by the wrapper
and the host wrapper will call the correct HOSTCC Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/kernel.make2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/kernel.make b/rules/kernel.make
index 9cf310dbe..e68fa1f01 100644
--- a/rules/kernel.make
+++ b/rules/kernel.make
@@ -53,13 +53,11 @@ KERNEL_WRAPPER_BLACKLIST := \
KERNEL_PATH := PATH=$(CROSS_PATH)
KERNEL_ENV := \
KCONFIG_NOTIMESTAMP=1 \
- HOST_EXTRACFLAGS="$(HOST_CPPFLAGS)" \
pkg_wrapper_blacklist="$(KERNEL_WRAPPER_BLACKLIST)"
KERNEL_MAKEVARS := \
$(PARALLELMFLAGS) \
V=$(PTXDIST_VERBOSE) \
- HOSTCC=$(HOSTCC) \
ARCH=$(PTXCONF_KERNEL_ARCH_STRING) \
CROSS_COMPILE=$(KERNEL_CROSS_COMPILE) \
INSTALL_MOD_PATH=$(KERNEL_PKGDIR) \