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:
4eab0e6
)
[POWERPC] iSeries: don't build head_64.o unnecessarily
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Thu, 30 Nov 2006 05:55:04 +0000
(16:55 +1100)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 4 Dec 2006 09:42:03 +0000
(20:42 +1100)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/Makefile
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/Makefile
b/arch/powerpc/kernel/Makefile
index f9ce5d798de3ad7c192bdf718739aa4b4bc22a78..4fe53d08ab817e79a4810b1492e3a5e4bff02661 100644
(file)
--- a/
arch/powerpc/kernel/Makefile
+++ b/
arch/powerpc/kernel/Makefile
@@
-76,7
+76,7
@@
obj-y += iomap.o
endif
ifeq ($(CONFIG_PPC_ISERIES),y)
-
$(obj)/head_64.o: $(obj)/
lparmap.s
+
extra-y +=
lparmap.s
AFLAGS_head_64.o += -I$(obj)
endif