diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-30 02:16:52 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-01 04:52:10 -0400 |
commit | cabb558714945e92000f627dda562aa5e86a31af (patch) | |
tree | 595cd75dad072224041260afb220d7fce3164e53 /arch/ppc64 | |
parent | bd142b70a6bd5522f7d95f0cec06091b93bb0715 (diff) |
powerpc: make iSeries build
Merge vmlinux.lds.S.
Also remove arch/powerpc/kernel/vmlinux.lds which is a
generated file.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/ppc64')
-rw-r--r-- | arch/ppc64/kernel/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile index 90a1519342da..2fdcc4b63d40 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile | |||
@@ -2,10 +2,10 @@ | |||
2 | # Makefile for the linux ppc64 kernel. | 2 | # Makefile for the linux ppc64 kernel. |
3 | # | 3 | # |
4 | 4 | ||
5 | ifneq ($(CONFIG_PPC_MERGE),y) | ||
6 | |||
7 | EXTRA_CFLAGS += -mno-minimal-toc | 5 | EXTRA_CFLAGS += -mno-minimal-toc |
6 | ifneq ($(CONFIG_PPC_MERGE),y) | ||
8 | extra-y := head.o vmlinux.lds | 7 | extra-y := head.o vmlinux.lds |
8 | endif | ||
9 | 9 | ||
10 | obj-y := setup.o entry.o irq.o idle.o dma.o \ | 10 | obj-y := setup.o entry.o irq.o idle.o dma.o \ |
11 | time.o process.o signal.o syscalls.o misc.o ptrace.o \ | 11 | time.o process.o signal.o syscalls.o misc.o ptrace.o \ |
@@ -70,11 +70,9 @@ obj-$(CONFIG_KPROBES) += kprobes.o | |||
70 | 70 | ||
71 | CFLAGS_ioctl32.o += -Ifs/ | 71 | CFLAGS_ioctl32.o += -Ifs/ |
72 | 72 | ||
73 | ifneq ($(CONFIG_PPC_MERGE),y) | ||
73 | ifeq ($(CONFIG_PPC_ISERIES),y) | 74 | ifeq ($(CONFIG_PPC_ISERIES),y) |
74 | arch/ppc64/kernel/head.o: arch/powerpc/platforms/iseries/lparmap.s | 75 | arch/ppc64/kernel/head.o: arch/powerpc/platforms/iseries/lparmap.s |
75 | AFLAGS_head.o += -Iarch/powerpc/platforms/iseries | 76 | AFLAGS_head.o += -Iarch/powerpc/platforms/iseries |
76 | endif | 77 | endif |
77 | |||
78 | else | ||
79 | |||
80 | endif | 78 | endif |