d9fa021cfb
Hinko Kocevar noted that the CRIS architecture subdirs were no longer exported correctly when doing install_headers. Correct this by exporting all directories as header-y. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
12 lines
217 B
Makefile
12 lines
217 B
Makefile
include include/asm-generic/Kbuild.asm
|
|
|
|
header-y += arch/
|
|
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
|