]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[POWERPC] iSeries: head_64.o needs to depend on lparmap.s
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 8 Dec 2006 05:57:49 +0000 (16:57 +1100)
committerPaul Mackerras <paulus@samba.org>
Fri, 8 Dec 2006 06:21:06 +0000 (17:21 +1100)
This dependency was inadvertantly removed in a previous patch
(e73aedba562d1e7777287043afb8e46131ed402e).

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/Makefile

index 4fe53d08ab817e79a4810b1492e3a5e4bff02661..d2ded19e40643f4b7bafdaa28ba89ad0b443462d 100644 (file)
@@ -77,6 +77,7 @@ endif
 
 ifeq ($(CONFIG_PPC_ISERIES),y)
 extra-y += lparmap.s
+$(obj)/head_64.o:      $(obj)/lparmap.s
 AFLAGS_head_64.o += -I$(obj)
 endif