linux/scripts/package
Azriel Samson 962475ac2f builddeb: fix missing headers in linux-headers package
The kernel headers package (linux-headers) doesn't include
header files from other architectures required to build
out-of-tree modules.

For e.g. on ARM64, opcodes.h includes the same file from ARM
which causes the following error:
./arch/arm64/include/asm/opcodes.h:1:43: fatal error:
../../arm/include/asm/opcodes.h: No such file or directory
compilation terminated.

Signed-off-by: Azriel Samson <asamson@codeaurora.org>
Signed-off-by: Michal Marek <mmarek@suse.com>
2016-05-10 17:44:53 +02:00
..
builddeb builddeb: fix missing headers in linux-headers package 2016-05-10 17:44:53 +02:00
buildtar kbuild: Make scripts executable 2014-08-20 16:03:45 +02:00
Makefile package Makefile: fix perf-tar targets when outdir is set 2015-11-24 17:49:42 +01:00
mkspec kbuild/mkspec: support 'update-bootloader'-based systems 2016-04-20 10:01:30 +02:00