This website requires JavaScript.
Explore
Help
Register
Sign In
korg
/
linux
Watch
0
Star
0
Fork
0
You've already forked linux
mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced
2024-11-16 08:44:21 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2add5229d7
linux
/
include
/
asm-sh
/
Kbuild
4 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add empty Kbuild files for 'make headers_install' in remaining arches. These include nothing more than the basic set of files listed in asm-generic/Kbuild.asm. Any extra arch-specific files will need to be added. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2006-06-18 19:58:53 +08:00
include include/asm-generic/Kbuild.asm
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>
2007-02-07 19:00:01 +08:00
header-y += cpu-features.h
Reference in New Issue
Copy Permalink