Skip to content
Commit 962475ac authored by Azriel Samson's avatar Azriel Samson Committed by Michal Marek
Browse files

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: default avatarAzriel Samson <asamson@codeaurora.org>
Signed-off-by: default avatarMichal Marek <mmarek@suse.com>
parent 697bbc7b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment