Add a dependency to the host tool and set the include flags properly.

Signed-off-by: Bernhard Walle <bernh...@bwalle.de>
---
 platforms/hosttools.in |    1 +
 platforms/kernel.in    |    1 +
 rules/kernel.make      |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/platforms/hosttools.in b/platforms/hosttools.in
index 155b30b..0435545 100644
--- a/platforms/hosttools.in
+++ b/platforms/hosttools.in
@@ -5,6 +5,7 @@ source "rules/host-cmake.in"
 source "rules/host-cramfs.in"
 source "rules/host-dosfstools.in"
 source "rules/host-e2fsprogs.in"
+source "rules/host-elf-h-compat.in"
 source "rules/host-genext2fs.in"
 source "rules/host-genpart.in"
 source "rules/host-gettext.in"
diff --git a/platforms/kernel.in b/platforms/kernel.in
index b601284..4391e79 100644
--- a/platforms/kernel.in
+++ b/platforms/kernel.in
@@ -2,6 +2,7 @@ menuconfig KERNEL
        bool
        default y
        select IMAGE_KERNEL
+       select HOST_ELF_H_COMPAT
        select HOST_UMKIMAGE            if KERNEL_IMAGE_U
        select HOST_XZ                  if KERNEL_XZ
        select HOST_LZOP                if KERNEL_LZOP
diff --git a/rules/kernel.make b/rules/kernel.make
index a445182..f125a69 100644
--- a/rules/kernel.make
+++ b/rules/kernel.make
@@ -47,6 +47,7 @@ KERNEL_ENV    := KCONFIG_NOTIMESTAMP=1
 KERNEL_MAKEVARS := \
        $(PARALLELMFLAGS) \
        HOSTCC=$(HOSTCC) \
+       HOSTCFLAGS=$(HOST_CPPFLAGS) $(HOST_CFLAGS) \
        ARCH=$(PTXCONF_KERNEL_ARCH_STRING) \
        CROSS_COMPILE=$(KERNEL_CROSS_COMPILE) \
        \
-- 
1.7.7.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to