diff options
author | Paul Mackerras <paulus@samba.org> | 2005-11-03 21:28:58 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-03 21:28:58 -0500 |
commit | 8ad200d7b7c8fac77cf705831e90e889360d7030 (patch) | |
tree | c954352ca3cd8c64e913ceb4a5a082ce7e98f8cd /arch/ppc64/kernel/Makefile | |
parent | d3ab57ebdc6457543b346255fa47b0ecd7671136 (diff) |
powerpc: Merge smp-tbsync.c (the generic timebase sync routine)
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/kernel/Makefile')
-rw-r--r-- | arch/ppc64/kernel/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile index 430cb3900a07..f597c2954b71 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile | |||
@@ -51,11 +51,6 @@ obj-$(CONFIG_PPC_PMAC) += udbg_scc.o | |||
51 | 51 | ||
52 | obj-$(CONFIG_PPC_MAPLE) += udbg_16550.o | 52 | obj-$(CONFIG_PPC_MAPLE) += udbg_16550.o |
53 | 53 | ||
54 | ifdef CONFIG_SMP | ||
55 | obj-$(CONFIG_PPC_PMAC) += smp-tbsync.o | ||
56 | obj-$(CONFIG_PPC_MAPLE) += smp-tbsync.o | ||
57 | endif | ||
58 | |||
59 | obj-$(CONFIG_KPROBES) += kprobes.o | 54 | obj-$(CONFIG_KPROBES) += kprobes.o |
60 | 55 | ||
61 | CFLAGS_ioctl32.o += -Ifs/ | 56 | CFLAGS_ioctl32.o += -Ifs/ |