blob: b4d3462f1dc3667f607ff82aacb68e8a223efab1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
include include/asm-generic/Kbuild.asm
header-y += cachectl.h
header-y += cpu-features.h
header-y += hw_breakpoint.h
unifdef-y += unistd_32.h
unifdef-y += unistd_64.h
unifdef-y += posix_types_32.h
unifdef-y += posix_types_64.h
unifdef-y += ptrace_32.h
unifdef-y += ptrace_64.h
|