diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-02-07 20:00:01 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-02-13 10:54:46 +0900 |
commit | f5df54dc2e1dce80eb7fb45f3f6d5ce096d911f3 (patch) | |
tree | bb46a207a653feeb6e0264c1fd9608052eebccb3 /include/asm-sh | |
parent | a5ba7d545364b85c3a97f65d328be55ca933a9c7 (diff) | |
download | linux-f5df54dc2e1dce80eb7fb45f3f6d5ce096d911f3.tar.gz linux-f5df54dc2e1dce80eb7fb45f3f6d5ce096d911f3.tar.xz |
sh: Add cpu-features header to asm/Kbuild.
This is used by the libc for parsing CPU capability flags passed
via the ELF auxvt, needed for run-time selection of atomic opcodes
amongst other things.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh')
-rw-r--r-- | include/asm-sh/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sh/Kbuild b/include/asm-sh/Kbuild index c68e1680da01..76a8ccf254a5 100644 --- a/include/asm-sh/Kbuild +++ b/include/asm-sh/Kbuild @@ -1 +1,3 @@ include include/asm-generic/Kbuild.asm + +header-y += cpu-features.h |