X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=include%2Fkernel.mk;h=97bcfe3f0b7d47b771f09e20ff35af55ea1cbbe0;hp=c169550f488f45de29dfb2137a7bb29441da1855;hb=c3a0102195a2902f1964b667fb86031308c78f9d;hpb=911cacfc35e0861f2ad3f9e9420fbf5ca7d3160e diff --git a/include/kernel.mk b/include/kernel.mk index c169550f48..97bcfe3f0b 100644 --- a/include/kernel.mk +++ b/include/kernel.mk @@ -97,7 +97,7 @@ endif KERNEL_MAKE = $(MAKE) $(KERNEL_MAKEOPTS) -KERNEL_MAKE_FLAGS := \ +KERNEL_MAKE_FLAGS = \ HOSTCFLAGS="$(HOST_CFLAGS) -Wall -Wmissing-prototypes -Wstrict-prototypes" \ CROSS_COMPILE="$(KERNEL_CROSS)" \ ARCH="$(LINUX_KARCH)" \