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>
This commit is contained in:
Paul Mundt 2007-02-07 20:00:01 +09:00
parent a5ba7d5453
commit f5df54dc2e

View file

@ -1 +1,3 @@
include include/asm-generic/Kbuild.asm include include/asm-generic/Kbuild.asm
header-y += cpu-features.h