aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/kernel-headers
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-07-20 12:28:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-07-20 12:28:50 +0000
commitb1f318de533bd8bb8eba8a1d25752b2a4de83d07 (patch)
treeeba90cc30a10f6d9d859fca887fc4dd0c0e64f71 /toolchain/kernel-headers
parent3107a0954814b29b27d34babbd53ec1db4d507bc (diff)
downloadupstream-b1f318de533bd8bb8eba8a1d25752b2a4de83d07.tar.gz
upstream-b1f318de533bd8bb8eba8a1d25752b2a4de83d07.tar.bz2
upstream-b1f318de533bd8bb8eba8a1d25752b2a4de83d07.zip
kernel: fix portability issues on the x86 specific relocs host tool, fixes build on mac os x
SVN-Revision: 32783
Diffstat (limited to 'toolchain/kernel-headers')
-rw-r--r--toolchain/kernel-headers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/kernel-headers/Makefile b/toolchain/kernel-headers/Makefile
index ca8a78ff16..7f0962ef9d 100644
--- a/toolchain/kernel-headers/Makefile
+++ b/toolchain/kernel-headers/Makefile
@@ -36,6 +36,7 @@ HOST_EXTRACFLAGS=
LINUX_HAS_HEADERS_INSTALL:=y
KMAKE := $(MAKE) -C $(HOST_BUILD_DIR) \
+ HOSTCFLAGS="$(HOST_CFLAGS) -Wall -Wmissing-prototypes -Wstrict-prototypes" \
ARCH=$(LINUX_KARCH) \
CC="$(KERNEL_CC)" \
CFLAGS="$(TARGET_CFLAGS)" \