commit | e73aedba562d1e7777287043afb8e46131ed402e | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Thu Nov 30 16:55:04 2006 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Dec 04 20:42:03 2006 +1100 |
tree | b437de502acc92f1ad68a086a59cfcee62ce6a20 | |
parent | 4eab0e65bd3c9d3065f54e7477fec79c5e939ed6 [diff] [blame] |
[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>
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile index f9ce5d7..4fe53d0 100644 --- a/arch/powerpc/kernel/Makefile +++ b/arch/powerpc/kernel/Makefile
@@ -76,7 +76,7 @@ endif ifeq ($(CONFIG_PPC_ISERIES),y) -$(obj)/head_64.o: $(obj)/lparmap.s +extra-y += lparmap.s AFLAGS_head_64.o += -I$(obj) endif