aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2018-09-29 17:45:54 +0200
committerJo-Philipp Wich <jo@mein.io>2018-12-18 17:22:03 +0100
commitca05fd5ebf20244d6ace73ebcd976414e7fcb0c4 (patch)
treeb929eefaeb0e6bbb93548ee726a53d23a029fe75 /include/kernel.mk
parent2f11a9ed68f5f7fc9323d2bf9c496fbc2bf76b76 (diff)
downloadupstream-ca05fd5ebf20244d6ace73ebcd976414e7fcb0c4.tar.gz
upstream-ca05fd5ebf20244d6ace73ebcd976414e7fcb0c4.tar.bz2
upstream-ca05fd5ebf20244d6ace73ebcd976414e7fcb0c4.zip
build: fix kernel headers install for uml
The kernel headers makefile needs to override LINUX_KARCH Signed-off-by: Felix Fietkau <nbd@nbd.name> (backported from c3a0102195a2902f1964b667fb86031308c78f9d)
Diffstat (limited to 'include/kernel.mk')
-rw-r--r--include/kernel.mk2
1 files changed, 1 insertions, 1 deletions
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)" \