74d96f0186
Add swab.h to kbuild.asm and remove the individual entries from each arch, mark as unifdef as some arches have some kernel-only bits inside. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
11 lines
209 B
Makefile
11 lines
209 B
Makefile
include include/asm-generic/Kbuild.asm
|
|
|
|
header-y += gentrap.h
|
|
header-y += regdef.h
|
|
header-y += pal.h
|
|
header-y += reg.h
|
|
|
|
unifdef-y += console.h
|
|
unifdef-y += fpu.h
|
|
unifdef-y += sysinfo.h
|
|
unifdef-y += compiler.h
|