diff options
Diffstat (limited to 'arch/ppc64/kernel/Makefile')
-rw-r--r-- | arch/ppc64/kernel/Makefile | 40 |
1 files changed, 1 insertions, 39 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile index d0edea503c49..e876c213f5ce 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile | |||
@@ -2,44 +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 | iommu.o | ||
17 | |||
18 | pci-obj-$(CONFIG_PPC_MULTIPLATFORM) += pci_dn.o pci_direct_iommu.o | ||
19 | |||
20 | obj-$(CONFIG_PCI) += pci.o pci_iommu.o iomap.o $(pci-obj-y) | ||
21 | 6 | ||
22 | obj-$(CONFIG_PPC_MULTIPLATFORM) += nvram.o | 7 | obj-$(CONFIG_PPC_MULTIPLATFORM) += nvram.o |
23 | ifneq ($(CONFIG_PPC_MERGE),y) | ||
24 | obj-$(CONFIG_PPC_MULTIPLATFORM) += prom_init.o | ||
25 | endif | ||
26 | |||
27 | obj-$(CONFIG_KEXEC) += machine_kexec.o | ||
28 | obj-$(CONFIG_MODULES) += module.o | ||
29 | ifneq ($(CONFIG_PPC_MERGE),y) | ||
30 | obj-$(CONFIG_MODULES) += ppc_ksyms.o | ||
31 | endif | ||
32 | obj-$(CONFIG_HVC_CONSOLE) += hvconsole.o | ||
33 | ifneq ($(CONFIG_PPC_MERGE),y) | ||
34 | obj-$(CONFIG_BOOTX_TEXT) += btext.o | ||
35 | endif | ||
36 | obj-$(CONFIG_HVCS) += hvcserver.o | ||
37 | |||
38 | obj-$(CONFIG_KPROBES) += kprobes.o | ||
39 | |||
40 | ifneq ($(CONFIG_PPC_MERGE),y) | ||
41 | ifeq ($(CONFIG_PPC_ISERIES),y) | ||
42 | arch/ppc64/kernel/head.o: arch/powerpc/kernel/lparmap.s | ||
43 | AFLAGS_head.o += -Iarch/powerpc/kernel | ||
44 | endif | ||
45 | endif | ||