This website requires JavaScript.
Explore
Help
Sign In
genesi
/
linux-legacy
Watch
1
Star
0
Fork
0
You've already forked linux-legacy
mirror of
https://github.com/genesi/linux-legacy.git
synced
2026-09-09 00:08:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2b94de552e07610dfa79fc49ea49d1cfa5cd9ce8
linux-legacy
/
include
/
asm-m68k
/
Kbuild
3 lines
62 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 12:58:53 +01:00
include include/asm-generic/Kbuild.asm
m68k: Export cachectl.h libffi in GCC 4.2 needs cachectl.h to do its cache flushing. But we don't currently export it. I believe this patch should do the trick. Signed-off-by: Matthew Wilcox <matthew@wil.cx> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-13 14:31:27 +02:00
header-y += cachectl.h
Reference in New Issue
Copy Permalink