diff options
Diffstat (limited to 'arch/ppc64/kernel/Makefile')
-rw-r--r-- | arch/ppc64/kernel/Makefile | 41 |
1 files changed, 1 insertions, 40 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile index dac4cc20fa93..e876c213f5ce 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile | |||
@@ -2,45 +2,6 @@ | |||
2 | # Makefile for the linux ppc64 kernel. | 2 | # Makefile for the linux ppc64 kernel. |
3 | # | 3 | # |
4 | 4 | ||
5 | ifneq ($(CONFIG_PPC_MERGE),y) | 5 | obj-y += idle.o align.o |
6 | |||
7 | EXTRA_CFLAGS += -mno-minimal-toc | ||
8 | extra-y := head.o vmlinux.lds | ||
9 | |||
10 | obj-y := misc.o prom.o | ||
11 | |||
12 | endif | ||
13 | |||
14 | obj-y += idle.o dma.o \ | ||
15 | align.o \ | ||
16 | rtc.o \ | ||
17 | iommu.o | ||
18 | |||
19 | pci-obj-$(CONFIG_PPC_MULTIPLATFORM) += pci_dn.o pci_direct_iommu.o | ||
20 | |||
21 | obj-$(CONFIG_PCI) += pci.o pci_iommu.o iomap.o $(pci-obj-y) | ||
22 | 6 | ||
23 | obj-$(CONFIG_PPC_MULTIPLATFORM) += nvram.o | 7 | obj-$(CONFIG_PPC_MULTIPLATFORM) += nvram.o |
24 | ifneq ($(CONFIG_PPC_MERGE),y) | ||
25 | obj-$(CONFIG_PPC_MULTIPLATFORM) += prom_init.o | ||
26 | endif | ||
27 | |||
28 | obj-$(CONFIG_KEXEC) += machine_kexec.o | ||
29 | obj-$(CONFIG_MODULES) += module.o | ||
30 | ifneq ($(CONFIG_PPC_MERGE),y) | ||
31 | obj-$(CONFIG_MODULES) += ppc_ksyms.o | ||
32 | endif | ||
33 | obj-$(CONFIG_HVC_CONSOLE) += hvconsole.o | ||
34 | ifneq ($(CONFIG_PPC_MERGE),y) | ||
35 | obj-$(CONFIG_BOOTX_TEXT) += btext.o | ||
36 | endif | ||
37 | obj-$(CONFIG_HVCS) += hvcserver.o | ||
38 | |||
39 | obj-$(CONFIG_KPROBES) += kprobes.o | ||
40 | |||
41 | ifneq ($(CONFIG_PPC_MERGE),y) | ||
42 | ifeq ($(CONFIG_PPC_ISERIES),y) | ||
43 | arch/ppc64/kernel/head.o: arch/powerpc/kernel/lparmap.s | ||
44 | AFLAGS_head.o += -Iarch/powerpc/kernel | ||
45 | endif | ||
46 | endif | ||