From: Robert P. J. Day Date: Sat, 22 Mar 2008 19:05:43 +0000 (+1100) Subject: [POWERPC] Move a.out.h to header-y since it doesn't check __KERNEL__ X-Git-Tag: v2.6.26-rc1~1125^2~124 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9356d90effa39c83c8fdba2a14cecec79959d4d0;p=~emulex%2Finfiniband.git [POWERPC] Move a.out.h to header-y since it doesn't check __KERNEL__ Since a.out.h doesn't check the value of __KERNEL__, there's no point in unifdef'ing it. Signed-off-by: Robert P. J. Day Signed-off-by: Paul Mackerras --- diff --git a/include/asm-powerpc/Kbuild b/include/asm-powerpc/Kbuild index 5f640e54247..7381916dfcb 100644 --- a/include/asm-powerpc/Kbuild +++ b/include/asm-powerpc/Kbuild @@ -1,5 +1,6 @@ include include/asm-generic/Kbuild.asm +header-y += a.out.h header-y += auxvec.h header-y += ioctls.h header-y += mman.h @@ -23,7 +24,6 @@ header-y += sigcontext.h header-y += statfs.h header-y += ps3fb.h -unifdef-y += a.out.h unifdef-y += asm-compat.h unifdef-y += bootx.h unifdef-y += byteorder.h