[POWERPC] iSeries: don't build head_64.o unnecessarily
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 30 Nov 2006 05:55:04 +0000 (16:55 +1100)
committerPaul 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

index f9ce5d7..4fe53d0 100644 (file)
@@ -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