Skip to content

Commit

Permalink
[POWERPC] Move a.out.h to header-y since it doesn't check __KERNEL__
Browse files Browse the repository at this point in the history
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 <rpjday@crashcourse.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
rpjday authored and paulusmack committed Mar 25, 2008
1 parent 7415d5e commit 9356d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-powerpc/Kbuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9356d90

Please sign in to comment.