This website requires JavaScript.
Explore
Help
Sign In
davidlt
/
kernel-ark
Watch
1
Star
0
Fork
0
You've already forked kernel-ark
Code
Issues
Pull Requests
Releases
Wiki
Activity
a7f9be7ec5
kernel-ark
/
arch
/
frv
/
include
/
asm
/
Kbuild
5 lines
86 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 11:58:53 +00:00
include include/asm-generic/Kbuild.asm
[PATCH] fix frv headers_check a) registers.h is really needed there b) include of asm-generic/termios should be under __KERNEL__ c) includes of asm-generic/{memory_model,page} should be under __KERNEL (nothing in there that would work in userland) d) a lot of stuff in ptrace.h should be under __KERNEL__. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Acked-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-01 13:08:45 +00:00
header-y += registers.h
archs: replace unifdef-y with header-y unifdef-y and header-y have same semantic, so drop unifdef-y Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
2010-08-14 08:20:19 +00:00
header-y += termios.h
Reference in New Issue
Copy Permalink