aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/Kbuild
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2006-12-05 23:30:16 +0100
committerPaul Mackerras <paulus@samba.org>2006-12-08 15:55:55 +1100
commitbe9575af7e8ec9040330f57b974e52d6921c08bb (patch)
treee59b7b5667290dd55f474e917036f7b304e4fa08 /include/asm-powerpc/Kbuild
parent[POWERPC] Cleanup pass over platforms/pseries/hotplug-cpu.c (diff)
downloadlinux-dev-be9575af7e8ec9040330f57b974e52d6921c08bb.tar.xz
linux-dev-be9575af7e8ec9040330f57b974e52d6921c08bb.zip
[POWERPC] cell: Fix spu_info.h header export
It uses #ifdef __KERNEL__, so needs to be processed with unifdef. Signed-off-by: Arnd Bergann <arnd.bergmann@de.ibm.com> Acked-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/Kbuild')
-rw-r--r--include/asm-powerpc/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/Kbuild b/include/asm-powerpc/Kbuild
index 1e637381c118..703970fb0ec0 100644
--- a/include/asm-powerpc/Kbuild
+++ b/include/asm-powerpc/Kbuild
@@ -17,7 +17,6 @@ header-y += ipc.h
header-y += poll.h
header-y += shmparam.h
header-y += sockios.h
-header-y += spu_info.h
header-y += ucontext.h
header-y += ioctl.h
header-y += linkage.h
@@ -37,6 +36,7 @@ unifdef-y += posix_types.h
unifdef-y += ptrace.h
unifdef-y += seccomp.h
unifdef-y += signal.h
+unifdef-y += spu_info.h
unifdef-y += termios.h
unifdef-y += types.h
unifdef-y += unistd.h