projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
911cacf
)
build: fix kernel headers install for uml
author
Felix Fietkau
<nbd@nbd.name>
Sat, 29 Sep 2018 15:45:54 +0000
(17:45 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Sat, 29 Sep 2018 16:09:45 +0000
(18:09 +0200)
The kernel headers makefile needs to override LINUX_KARCH
Signed-off-by: Felix Fietkau <nbd@nbd.name>
include/kernel.mk
patch
|
blob
|
history
diff --git
a/include/kernel.mk
b/include/kernel.mk
index c169550f488f45de29dfb2137a7bb29441da1855..97bcfe3f0b7d47b771f09e20ff35af55ea1cbbe0 100644
(file)
--- 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)" \