diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-27 06:20:42 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-27 06:20:42 -0400 |
commit | fda262b8978d0089758ef9444508434c74113a61 (patch) | |
tree | 86cca84a4f62d4d931d7c6e56cbb5b207281ba74 /arch/ppc64/kernel/Makefile | |
parent | 89edce0b4e71f6f78e27d7c18c63e957469b74d3 (diff) |
[PATCH] ppc64: remove arch/ppc64/kernel/setup.c
and use setup_64.c from the merged tree instead. The only difference
between them was the code to set up the syscall maps.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/kernel/Makefile')
-rw-r--r-- | arch/ppc64/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile index 83ecefdcfef7..f2f60c9cc55f 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile | |||
@@ -7,7 +7,7 @@ ifneq ($(CONFIG_PPC_MERGE),y) | |||
7 | EXTRA_CFLAGS += -mno-minimal-toc | 7 | EXTRA_CFLAGS += -mno-minimal-toc |
8 | extra-y := head.o vmlinux.lds | 8 | extra-y := head.o vmlinux.lds |
9 | 9 | ||
10 | obj-y := setup.o entry.o misc.o prom.o | 10 | obj-y := entry.o misc.o prom.o |
11 | 11 | ||
12 | endif | 12 | endif |
13 | 13 | ||