aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/Kbuild
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2007-10-13 14:31:27 +0200
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-13 09:41:03 -0700
commite92042e5c009d84ba741ec4a978a13f260e6ee24 (patch)
treec27cbb63b3c69864fd761319f524eac7910f5490 /include/asm-m68k/Kbuild
parentm68k: ignore restart_syscall (diff)
downloadlinux-dev-e92042e5c009d84ba741ec4a978a13f260e6ee24.tar.xz
linux-dev-e92042e5c009d84ba741ec4a978a13f260e6ee24.zip
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>
Diffstat (limited to 'include/asm-m68k/Kbuild')
-rw-r--r--include/asm-m68k/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-m68k/Kbuild b/include/asm-m68k/Kbuild
index c68e1680da01..1a922fad76f7 100644
--- a/include/asm-m68k/Kbuild
+++ b/include/asm-m68k/Kbuild
@@ -1 +1,2 @@
include include/asm-generic/Kbuild.asm
+header-y += cachectl.h