powerpc: Move perfmon_fsl_booke.c over to arch/powerpc
[pandora-kernel.git] / arch / ppc / kernel / Makefile
1 #
2 # Makefile for the linux kernel.
3 #
4 ifneq ($(CONFIG_PPC_MERGE),y)
5
6 extra-$(CONFIG_PPC_STD_MMU)     := head.o
7 extra-$(CONFIG_40x)             := head_4xx.o
8 extra-$(CONFIG_44x)             := head_44x.o
9 extra-$(CONFIG_FSL_BOOKE)       := head_fsl_booke.o
10 extra-$(CONFIG_8xx)             := head_8xx.o
11 extra-y                         += vmlinux.lds
12
13 obj-y                           := entry.o traps.o time.o misc.o \
14                                         setup.o \
15                                         ppc_htab.o
16 obj-$(CONFIG_MODULES)           += ppc_ksyms.o
17 obj-$(CONFIG_NOT_COHERENT_CACHE)        += dma-mapping.o
18 obj-$(CONFIG_PCI)               += pci.o
19 obj-$(CONFIG_RAPIDIO)           += rio.o
20 obj-$(CONFIG_KGDB)              += ppc-stub.o
21 obj-$(CONFIG_SMP)               += smp.o smp-tbsync.o
22 obj-$(CONFIG_KEXEC)             += machine_kexec.o relocate_kernel.o
23
24 ifndef CONFIG_MATH_EMULATION
25 obj-$(CONFIG_8xx)               += softemu8xx.o
26 endif
27
28 # These are here while we do the architecture merge
29
30 else
31 obj-$(CONFIG_NOT_COHERENT_CACHE)        += dma-mapping.o
32 obj-$(CONFIG_KGDB)              += ppc-stub.o
33 endif