forked from Minki/linux
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>
16 lines
289 B
Makefile
16 lines
289 B
Makefile
include include/asm-generic/Kbuild.asm
|
|
|
|
header-y += dasd.h
|
|
header-y += monwriter.h
|
|
header-y += qeth.h
|
|
header-y += tape390.h
|
|
header-y += ucontext.h
|
|
header-y += vtoc.h
|
|
header-y += zcrypt.h
|
|
header-y += chsc.h
|
|
|
|
unifdef-y += cmb.h
|
|
unifdef-y += debug.h
|
|
unifdef-y += chpid.h
|
|
unifdef-y += schid.h
|