diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-02-07 06:00:01 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-02-12 20:54:46 -0500 |
commit | f5df54dc2e1dce80eb7fb45f3f6d5ce096d911f3 (patch) | |
tree | bb46a207a653feeb6e0264c1fd9608052eebccb3 /include | |
parent | a5ba7d545364b85c3a97f65d328be55ca933a9c7 (diff) |
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')
-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 @@ | |||
1 | include include/asm-generic/Kbuild.asm | 1 | include include/asm-generic/Kbuild.asm |
2 | |||
3 | header-y += cpu-features.h | ||