diff options
Diffstat (limited to 'arch/arm/include/asm/Kbuild')
| -rw-r--r-- | arch/arm/include/asm/Kbuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/include/asm/Kbuild b/arch/arm/include/asm/Kbuild index 6550db3aa5c7..960abceb8e14 100644 --- a/arch/arm/include/asm/Kbuild +++ b/arch/arm/include/asm/Kbuild | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | include include/asm-generic/Kbuild.asm | 1 | include include/asm-generic/Kbuild.asm |
| 2 | 2 | ||
| 3 | header-y += hwcap.h | 3 | header-y += hwcap.h |
| 4 | |||
| 5 | generic-y += auxvec.h | ||
| 6 | generic-y += bitsperlong.h | ||
| 7 | generic-y += cputime.h | ||
| 8 | generic-y += emergency-restart.h | ||
| 9 | generic-y += errno.h | ||
| 10 | generic-y += ioctl.h | ||
| 11 | generic-y += irq_regs.h | ||
| 12 | generic-y += kdebug.h | ||
| 13 | generic-y += local.h | ||
| 14 | generic-y += local64.h | ||
| 15 | generic-y += percpu.h | ||
| 16 | generic-y += poll.h | ||
| 17 | generic-y += resource.h | ||
| 18 | generic-y += sections.h | ||
| 19 | generic-y += siginfo.h | ||
| 20 | generic-y += sizes.h | ||
