projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22b6e59
)
[POWERPC] iSeries: head_64.o needs to depend on lparmap.s
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Fri, 8 Dec 2006 05:57:49 +0000
(16:57 +1100)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/Makefile
b/arch/powerpc/kernel/Makefile
index
4fe53d0
..
d2ded19
100644
(file)
--- a/
arch/powerpc/kernel/Makefile
+++ b/
arch/powerpc/kernel/Makefile
@@
-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