mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[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 <rpjday@crashcourse.ca> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
7415d5e0be
commit
9356d90eff
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue