diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2007-07-12 16:10:22 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-12 16:20:15 +0100 |
commit | f884b1cf578e079f01682514ae1ae64c74586602 (patch) | |
tree | 9c940dc533c3316f7601f032da88ce49c1dfa6bb /include/asm-arm/Kbuild | |
parent | 909d6c6c80311f800aee338e5fa528818b115951 (diff) | |
download | op-kernel-dev-f884b1cf578e079f01682514ae1ae64c74586602.zip op-kernel-dev-f884b1cf578e079f01682514ae1ae64c74586602.tar.gz |
[ARM] 4473/2: Take the HWCAP definitions out of the elf.h file
The patch moves the HWCAP definitions and the extern elf_hwcap
declaration to the hwcap.h header file.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/Kbuild')
-rw-r--r-- | include/asm-arm/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/Kbuild b/include/asm-arm/Kbuild index c68e168..73237bd 100644 --- a/include/asm-arm/Kbuild +++ b/include/asm-arm/Kbuild @@ -1 +1,3 @@ include include/asm-generic/Kbuild.asm + +unifdef-y += hwcap.h |