aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/Kbuild
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-02-07 20:00:01 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-02-13 10:54:46 +0900
commitf5df54dc2e1dce80eb7fb45f3f6d5ce096d911f3 (patch)
treebb46a207a653feeb6e0264c1fd9608052eebccb3 /include/asm-sh/Kbuild
parentsh: Move __KERNEL__ up in asm/page.h. (diff)
downloadlinux-dev-f5df54dc2e1dce80eb7fb45f3f6d5ce096d911f3.tar.xz
linux-dev-f5df54dc2e1dce80eb7fb45f3f6d5ce096d911f3.zip
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/Kbuild')
-rw-r--r--include/asm-sh/Kbuild2
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