forked from Minki/linux
[POWERPC] iSeries: head_64.o needs to depend on lparmap.s
This dependency was inadvertantly removed in a previous patch
(e73aedba56
).
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
22b6e59047
commit
f09b5ce018
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user