aboutsummaryrefslogtreecommitdiff
path: root/arch/ppc64/kernel/Makefile
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-27 20:20:42 +1000
committerPaul Mackerras <paulus@samba.org>2005-10-27 20:20:42 +1000
commitfda262b8978d0089758ef9444508434c74113a61 (patch)
tree86cca84a4f62d4d931d7c6e56cbb5b207281ba74 /arch/ppc64/kernel/Makefile
parent89edce0b4e71f6f78e27d7c18c63e957469b74d3 (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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile
index 83ecefdcfef..f2f60c9cc55 100644
--- a/arch/ppc64/kernel/Makefile
+++ b/arch/ppc64/kernel/Makefile
@@ -7,7 +7,7 @@ ifneq ($(CONFIG_PPC_MERGE),y)
EXTRA_CFLAGS += -mno-minimal-toc
extra-y := head.o vmlinux.lds
-obj-y := setup.o entry.o misc.o prom.o
+obj-y := entry.o misc.o prom.o
endif