blob: 46cb93477bcb1f11a1994c8950bc5b40e61ab346 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|