diff options
| author | Catalin Marinas <catalin.marinas@arm.com> | 2012-03-05 06:49:34 -0500 |
|---|---|---|
| committer | Catalin Marinas <catalin.marinas@arm.com> | 2012-09-17 08:42:21 -0400 |
| commit | 10b663aef1c24794d32141be86b4dfcc64293bd0 (patch) | |
| tree | 88fb77820de4953ab8cdd58c3992e71be4ac8552 /arch/arm64/include/asm/Kbuild | |
| parent | 985c0679dfa459a1deed31b999b26e4420786874 (diff) | |
arm64: Miscellaneous header files
This patch introduces a few AArch64-specific header files together with
Kbuild entries for generic headers.
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Olof Johansson <olof@lixom.net>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/include/asm/Kbuild')
| -rw-r--r-- | arch/arm64/include/asm/Kbuild | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/Kbuild b/arch/arm64/include/asm/Kbuild new file mode 100644 index 000000000000..35924a542d43 --- /dev/null +++ b/arch/arm64/include/asm/Kbuild | |||
| @@ -0,0 +1,51 @@ | |||
| 1 | include include/asm-generic/Kbuild.asm | ||
| 2 | |||
| 3 | header-y += hwcap.h | ||
| 4 | |||
| 5 | generic-y += bug.h | ||
| 6 | generic-y += bugs.h | ||
| 7 | generic-y += checksum.h | ||
| 8 | generic-y += cputime.h | ||
| 9 | generic-y += current.h | ||
| 10 | generic-y += delay.h | ||
| 11 | generic-y += div64.h | ||
| 12 | generic-y += dma.h | ||
| 13 | generic-y += emergency-restart.h | ||
| 14 | generic-y += errno.h | ||
| 15 | generic-y += ftrace.h | ||
| 16 | generic-y += hw_irq.h | ||
| 17 | generic-y += ioctl.h | ||
| 18 | generic-y += ioctls.h | ||
| 19 | generic-y += ipcbuf.h | ||
| 20 | generic-y += irq_regs.h | ||
| 21 | generic-y += kdebug.h | ||
| 22 | generic-y += kmap_types.h | ||
| 23 | generic-y += linkage.h | ||
| 24 | generic-y += local.h | ||
| 25 | generic-y += local64.h | ||
| 26 | generic-y += mman.h | ||
| 27 | generic-y += msgbuf.h | ||
| 28 | generic-y += mutex.h | ||
| 29 | generic-y += pci.h | ||
| 30 | generic-y += percpu.h | ||
| 31 | generic-y += poll.h | ||
| 32 | generic-y += posix_types.h | ||
| 33 | generic-y += resource.h | ||
| 34 | generic-y += scatterlist.h | ||
| 35 | generic-y += sections.h | ||
| 36 | generic-y += segment.h | ||
| 37 | generic-y += sembuf.h | ||
| 38 | generic-y += serial.h | ||
| 39 | generic-y += shmbuf.h | ||
| 40 | generic-y += sizes.h | ||
| 41 | generic-y += socket.h | ||
| 42 | generic-y += sockios.h | ||
| 43 | generic-y += string.h | ||
| 44 | generic-y += switch_to.h | ||
| 45 | generic-y += swab.h | ||
| 46 | generic-y += termbits.h | ||
| 47 | generic-y += termios.h | ||
| 48 | generic-y += topology.h | ||
| 49 | generic-y += types.h | ||
| 50 | generic-y += unaligned.h | ||
| 51 | generic-y += user.h | ||
