| 1 | --- a/arch/cris/include/arch-v10/arch/Kbuild |
| 2 | +++ b/arch/cris/include/arch-v10/arch/Kbuild |
| 3 | @@ -1,3 +1,5 @@ |
| 4 | +header-y += elf.h |
| 5 | +header-y += ptrace.h |
| 6 | header-y += user.h |
| 7 | header-y += svinto.h |
| 8 | header-y += sv_addr_ag.h |
| 9 | --- a/arch/cris/include/asm/Kbuild |
| 10 | +++ b/arch/cris/include/asm/Kbuild |
| 11 | @@ -1,11 +1,14 @@ |
| 12 | include include/asm-generic/Kbuild.asm |
| 13 | |
| 14 | -header-y += arch-v10/ |
| 15 | -header-y += arch-v32/ |
| 16 | +header-y += ../arch-v10/arch/ |
| 17 | +header-y += ../arch-v32/arch/ |
| 18 | |
| 19 | +header-y += elf.h |
| 20 | header-y += ethernet.h |
| 21 | +header-y += page.h |
| 22 | header-y += rtc.h |
| 23 | header-y += sync_serial.h |
| 24 | +header-y += user.h |
| 25 | |
| 26 | unifdef-y += etraxgpio.h |
| 27 | unifdef-y += rs485.h |
| 28 | |