projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7415d5e
)
[POWERPC] Move a.out.h to header-y since it doesn't check __KERNEL__
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Sat, 22 Mar 2008 19:05:43 +0000
(06:05 +1100)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 25 Mar 2008 21:44:07 +0000
(08:44 +1100)
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>
include/asm-powerpc/Kbuild
patch
|
blob
|
history
diff --git
a/include/asm-powerpc/Kbuild
b/include/asm-powerpc/Kbuild
index 5f640e5424751196ee64d91b1f0a11b74bcbe39b..7381916dfcbb298a8e1e6e66628b5b6c5a2de6fa 100644
(file)
--- 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