diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2006-12-08 06:57:49 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-08 07:21:06 +0100 |
commit | f09b5ce0184da6a83bac7fafda4e624629272b37 (patch) | |
tree | cff16509db269e8872d8114fb296ae658951fd30 /arch/powerpc/kernel/Makefile | |
parent | [POWERPC] cbe_thermal: Fix initialization of sysfs attribute_group (diff) | |
download | linux-f09b5ce0184da6a83bac7fafda4e624629272b37.tar.xz linux-f09b5ce0184da6a83bac7fafda4e624629272b37.zip |
[POWERPC] iSeries: head_64.o needs to depend on lparmap.s
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>
Diffstat (limited to 'arch/powerpc/kernel/Makefile')
-rw-r--r-- | arch/powerpc/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile index 4fe53d08ab81..d2ded19e4064 100644 --- 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 |