From e92042e5c009d84ba741ec4a978a13f260e6ee24 Mon Sep 17 00:00:00 2001 From: Matthew Wilcox Date: Sat, 13 Oct 2007 14:31:27 +0200 Subject: 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 Signed-off-by: Geert Uytterhoeven Signed-off-by: Linus Torvalds --- include/asm-m68k/Kbuild | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-59-g8ed1b