mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 14:34:28 +08:00
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>
12 lines
199 B
Makefile
12 lines
199 B
Makefile
include include/asm-generic/Kbuild.asm
|
|
|
|
header-y += arch-v10/
|
|
header-y += arch-v32/
|
|
|
|
header-y += ethernet.h
|
|
header-y += rtc.h
|
|
header-y += sync_serial.h
|
|
|
|
unifdef-y += etraxgpio.h
|
|
unifdef-y += rs485.h
|