openwrt/target/linux
Kevin Darbyshire-Bryant 71f0333480 kernel: generic: fix MIPS build on non-linux hosts
calc_vmlinuz_load_addr.c requires SZ_64K to be defined for alignment
purposes.  It included "../../../../include/linux/sizes.h" to define
that size, however "sizes.h" tries to include <linux/const.h> which
assumes linux system headers.  These may not exist eg. the following
error was encountered when building Linux for OpenWrt under macOS:

In file included from arch/mips/boot/compressed/calc_vmlinuz_load_addr.c:16:
arch/mips/boot/compressed/../../../../include/linux/sizes.h:11:10: fatal error: 'linux/const.h' file not found

Change makefile to force building on local linux headers instead of
system headers.  Also change eye-watering relative reference in include
file spec.

Thanks to Jo-Philip Wich & Petr Štetiar for assistance in tracking this
down & fixing.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2019-06-20 14:38:34 +01:00
..
apm821xx kernel: bump 4.19 to 4.19.50 2019-06-12 15:04:09 +02:00
ar7 kernel: bump 4.9 to 4.9.153 2019-01-28 18:17:32 +01:00
ar71xx kernel: bump 4.14 to 4.14.127 2019-06-18 14:47:53 +02:00
arc770 treewide: use wpad-basic for not small flash targets 2018-10-16 15:07:41 +01:00
archs38 treewide: use wpad-basic for not small flash targets 2018-10-16 15:07:41 +01:00
armvirt treewide: kernel: bump some targets to 4.19 2019-06-18 16:08:55 +02:00
at91 at91:renaming subtraget legacy to sam9x 2019-05-30 12:12:57 +02:00
ath25 kernel: bump 4.14 to 4.14.79 2018-11-05 16:00:00 +01:00
ath79 ath79: correct various phy-mode properties 2019-06-20 08:57:36 +02:00
bcm53xx kernel: bump 4.19 to 4.19.50 2019-06-12 15:04:09 +02:00
brcm47xx build: add a config option for enabling a testing version of the target kernel 2019-05-11 11:37:10 +02:00
brcm63xx brcm63xx: DVA-G3810BN/TL: Fix the WAN ethernet port 2019-06-06 12:05:51 +02:00
brcm2708 kernel: bump 4.14 to 4.14.126 2019-06-18 11:38:58 +02:00
cns3xxx kernel: bump 4.19 to 4.19.47 2019-06-03 17:00:29 +02:00
gemini treewide: kernel: bump some targets to 4.19 2019-06-18 16:08:55 +02:00
generic kernel: generic: fix MIPS build on non-linux hosts 2019-06-20 14:38:34 +01:00
imx6 treewide: kernel: bump some targets to 4.19 2019-06-18 16:08:55 +02:00
ipq40xx treewide: kernel: bump some targets to 4.19 2019-06-18 16:08:55 +02:00
ipq806x kernel: bump 4.14 to 4.14.120 2019-05-21 09:45:15 +02:00
ixp4xx kernel: bump 4.9 to 4.9.181 2019-06-12 15:04:09 +02:00
kirkwood kirkwood: image: fix unwanted 2nd inclusion of kernel 2019-06-09 14:51:47 +02:00
lantiq kernel: bump 4.14 to 4.14.122 2019-06-03 12:40:53 +02:00
layerscape kernel: bump 4.14 to 4.14.126 2019-06-18 11:38:58 +02:00
malta treewide: kernel: bump some targets to 4.19 2019-06-18 16:08:55 +02:00
mediatek kernel: bump 4.14 to 4.14.125 (FS#2305 FS#2297) 2019-06-12 15:04:09 +02:00
mpc85xx treewide: kernel: bump some targets to 4.19 2019-06-18 16:08:55 +02:00
mvebu mvebu: fix regression for non-generic ESPRESSObin versions 2019-06-18 16:13:10 +02:00
mxs mxs: disable unused serial drivers 2019-03-11 19:35:43 +01:00
octeon treewide: kernel: bump some targets to 4.19 2019-06-18 16:08:55 +02:00
octeontx kernel: Remove CONFIG_COMPAT 2019-05-11 17:15:41 +02:00
omap kernel: Deactivate CONFIG_BINFMT_MISC 2019-05-11 17:15:41 +02:00
orion treewide: use wpad-basic for not small flash targets 2018-10-16 15:07:41 +01:00
oxnas kernel: bump 4.14 to 4.14.120 2019-05-21 09:45:15 +02:00
pistachio kernel: bump 4.14 to 4.14.91 2019-01-07 17:09:06 +01:00
ramips ramips: fix EW-7478AC model name in DTS 2019-06-20 12:47:19 +02:00
rb532 kernel: bump 4.14 to 4.14.86 2018-12-10 11:48:44 +01:00
samsung kernel: Do not set CONFIG_DEVMEM or CONFIG_DEVKMEM 2019-05-11 17:15:41 +02:00
sunxi treewide: kernel: bump some targets to 4.19 2019-06-18 16:08:55 +02:00
tegra treewide: kernel: bump some targets to 4.19 2019-06-18 16:08:55 +02:00
uml kernel: Deactivate CONFIG_BINFMT_MISC 2019-05-11 17:15:41 +02:00
x86 treewide: kernel: bump some targets to 4.19 2019-06-18 16:08:55 +02:00
zynq zynq: make title consistent for all devices 2019-05-17 21:41:43 +02:00
Makefile