diff options
Diffstat (limited to 'arch/ppc/kernel/Makefile')
-rw-r--r-- | arch/ppc/kernel/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/ppc/kernel/Makefile b/arch/ppc/kernel/Makefile deleted file mode 100644 index 7b739054968f..000000000000 --- a/arch/ppc/kernel/Makefile +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for the linux kernel. | ||
3 | # | ||
4 | extra-$(CONFIG_PPC_STD_MMU) := head.o | ||
5 | extra-$(CONFIG_40x) := head_4xx.o | ||
6 | extra-$(CONFIG_44x) := head_44x.o | ||
7 | extra-$(CONFIG_8xx) := head_8xx.o | ||
8 | extra-y += vmlinux.lds | ||
9 | |||
10 | obj-y := entry.o traps.o time.o misc.o \ | ||
11 | setup.o \ | ||
12 | ppc_htab.o | ||
13 | obj-$(CONFIG_MODULES) += ppc_ksyms.o | ||
14 | obj-$(CONFIG_PCI) += pci.o | ||
15 | obj-$(CONFIG_KGDB) += ppc-stub.o | ||
16 | obj-$(CONFIG_SMP) += smp.o smp-tbsync.o | ||
17 | obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o | ||
18 | |||
19 | ifndef CONFIG_MATH_EMULATION | ||
20 | obj-$(CONFIG_8xx) += softemu8xx.o | ||
21 | endif | ||