From: Paul Mundt Date: Wed, 7 Feb 2007 11:00:01 +0000 (+0900) Subject: sh: Add cpu-features header to asm/Kbuild. X-Git-Tag: v2.6.21-rc1~179^2~9 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5df54dc2e1dce80eb7fb45f3f6d5ce096d911f3;p=linux-2.6 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 --- diff --git a/include/asm-sh/Kbuild b/include/asm-sh/Kbuild index c68e1680da..76a8ccf254 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