Skip to content

Commit

Permalink
[POWERPC] iSeries: head_64.o needs to depend on lparmap.s
Browse files Browse the repository at this point in the history
This dependency was inadvertantly removed in a previous patch
(e73aedb).

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Dec 8, 2006
1 parent 22b6e59 commit f09b5ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f09b5ce

Please sign in to comment.