diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-27 22:51:45 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-27 22:51:45 -0400 |
commit | 640768eef245f1578e75e02c17d277a1496a535b (patch) | |
tree | dc36f97b830076fcdc09c1fe2ec8bf5675fc772a /arch/ppc64/kernel/Makefile | |
parent | 9675c7ebcf1f6308d66b0fcb42ae585e200e80a9 (diff) |
ppc64: use the merged syscall table
This allows us to also use entry_64.S from the merged tree and reverts
the setup_64.c part of fda262b8978d0089758ef9444508434c74113a61.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
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 863bd7d746fb..a20a305b825d 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 := entry.o misc.o prom.o | 10 | obj-y := misc.o prom.o |
11 | 11 | ||
12 | endif | 12 | endif |
13 | 13 | ||