Browse Source

[POWERPC] iSeries: don't build head_64.o unnecessarily

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Stephen Rothwell 18 years ago
parent
commit
e73aedba56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/powerpc/kernel/Makefile

+ 1 - 1
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