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/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/Makefile')
-rw-r--r-- | arch/ppc64/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc64/Makefile b/arch/ppc64/Makefile index ba59225fd373..66ee04f13b26 100644 --- a/arch/ppc64/Makefile +++ b/arch/ppc64/Makefile | |||
@@ -81,6 +81,7 @@ CFLAGS += $(call cc-option,-funit-at-a-time) | |||
81 | 81 | ||
82 | head-y := arch/ppc64/kernel/head.o | 82 | head-y := arch/ppc64/kernel/head.o |
83 | head-y += arch/powerpc/kernel/fpu.o | 83 | head-y += arch/powerpc/kernel/fpu.o |
84 | head-y += arch/powerpc/kernel/entry_64.o | ||
84 | 85 | ||
85 | libs-y += arch/ppc64/lib/ | 86 | libs-y += arch/ppc64/lib/ |
86 | core-y += arch/ppc64/kernel/ arch/powerpc/kernel/ | 87 | core-y += arch/ppc64/kernel/ arch/powerpc/kernel/ |