Commit d9fa021c authored by Jesper Nilsson's avatar Jesper Nilsson

[CRIS] Correct definition of subdirs for install_headers.

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: default avatarJesper Nilsson <jesper.nilsson@axis.com>
parent 543cf4cb
include include/asm-generic/Kbuild.asm
header-$(CONFIG_ETRAX_ARCH_V10) += arch-v10/
header-$(CONFIG_ETRAX_ARCH_V32) += arch-v32/
header-y += arch/
header-y += arch-v10/
header-y += arch-v32/
header-y += ethernet.h
header-y += rtc.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment