xref: /linux/arch/powerpc/kernel/Makefile (revision 2578bfae84a78bd46fdbc0d2f9d39e9fbc9c8a3f)
114cf11afSPaul Mackerras#
214cf11afSPaul Mackerras# Makefile for the linux kernel.
314cf11afSPaul Mackerras#
414cf11afSPaul Mackerras
5bd142b70SStephen Rothwellifeq ($(CONFIG_PPC64),y)
6bd142b70SStephen RothwellEXTRA_CFLAGS	+= -mno-minimal-toc
7bd142b70SStephen Rothwellendif
8cabb5587SStephen Rothwellifeq ($(CONFIG_PPC32),y)
99b6b563cSPaul MackerrasCFLAGS_prom_init.o      += -fPIC
10b3491269SPaul MackerrasCFLAGS_btext.o		+= -fPIC
11cabb5587SStephen Rothwellendif
129b6b563cSPaul Mackerras
1377f543cbSPaul Mackerrasobj-y				:= semaphore.o cputable.o ptrace.o syscalls.o \
14624cee31SPaul Mackerras				   irq.o align.o signal_32.o pmc.o vdso.o \
1522e38f29SBenjamin Herrenschmidt				   init_task.o process.o systbl.o idle.o \
1622e38f29SBenjamin Herrenschmidt				   signal.o
17a7f290daSBenjamin Herrenschmidtobj-y				+= vdso32/
18fda262b8SPaul Mackerrasobj-$(CONFIG_PPC64)		+= setup_64.o binfmt_elf32.o sys_ppc32.o \
198568daa4SPaul Mackerras				   signal_64.o ptrace32.o \
202e974251SOlof Johansson				   paca.o cpu_setup_ppc970.o \
211199919bSOlof Johansson				   cpu_setup_pa6t.o \
222fcd3429Ss.hauer@pengutronix.de				   firmware.o sysfs.o nvram_64.o
23a7f290daSBenjamin Herrenschmidtobj-$(CONFIG_PPC64)		+= vdso64/
2440ef8cbcSPaul Mackerrasobj-$(CONFIG_ALTIVEC)		+= vecemu.o vector.o
25f39224a8SPaul Mackerrasobj-$(CONFIG_PPC_970_NAP)	+= idle_power4.o
267eebde70SBenjamin Herrenschmidtobj-$(CONFIG_PPC_OF)		+= of_device.o of_platform.o prom_parse.o
276f668280SDomen Puncerobj-$(CONFIG_PPC_CLOCK)		+= clock.o
28d3d2176aSDavid Gibsonprocfs-$(CONFIG_PPC64)		:= proc_ppc64.o
29d3d2176aSDavid Gibsonobj-$(CONFIG_PROC_FS)		+= $(procfs-y)
30bed59275SStephen Rothwellrtaspci-$(CONFIG_PPC64)-$(CONFIG_PCI)	:= rtas_pci.o
31bed59275SStephen Rothwellobj-$(CONFIG_PPC_RTAS)		+= rtas.o rtas-rtc.o $(rtaspci-y-y)
32f4fcbbe9SPaul Mackerrasobj-$(CONFIG_RTAS_FLASH)	+= rtas_flash.o
33f4fcbbe9SPaul Mackerrasobj-$(CONFIG_RTAS_PROC)		+= rtas-proc.o
34d3d2176aSDavid Gibsonobj-$(CONFIG_LPARCFG)		+= lparcfg.o
3558046019SStephen Rothwellobj-$(CONFIG_IBMVIO)		+= vio.o
36d7a30103SHeiko J Schickobj-$(CONFIG_IBMEBUS)           += ibmebus.o
378ad200d7SPaul Mackerrasobj-$(CONFIG_GENERIC_TBSYNC)	+= smp-tbsync.o
380cc4746cSMichael Ellermanobj-$(CONFIG_CRASH_DUMP)	+= crash_dump.o
399b781727SPaul Mackerrasobj-$(CONFIG_6xx)		+= idle_6xx.o l2cr_6xx.o cpu_setup_6xx.o
409b781727SPaul Mackerrasobj-$(CONFIG_TAU)		+= tau_6xx.o
41*2578bfaeSStephen Rothwellobj-$(CONFIG_HIBERNATION)	+= swsusp.o suspend.o \
42*2578bfaeSStephen Rothwell				   swsusp_$(CONFIG_WORD_SIZE).o
43*2578bfaeSStephen Rothwellobj64-$(CONFIG_HIBERNATION)	+= swsusp_asm64.o
44*2578bfaeSStephen Rothwellobj-$(CONFIG_MODULES)		+= module_$(CONFIG_WORD_SIZE).o
4540ef8cbcSPaul Mackerras
4640ef8cbcSPaul Mackerrasifeq ($(CONFIG_PPC_MERGE),y)
4740ef8cbcSPaul Mackerras
4870d64ceaSPaul Mackerrasextra-$(CONFIG_PPC_STD_MMU)	:= head_32.o
49cabb5587SStephen Rothwellextra-$(CONFIG_PPC64)		:= head_64.o
5015f6527eSJosh Boyerextra-$(CONFIG_40x)		:= head_40x.o
5114cf11afSPaul Mackerrasextra-$(CONFIG_44x)		:= head_44x.o
5214cf11afSPaul Mackerrasextra-$(CONFIG_FSL_BOOKE)	:= head_fsl_booke.o
5314cf11afSPaul Mackerrasextra-$(CONFIG_8xx)		:= head_8xx.o
5414cf11afSPaul Mackerrasextra-y				+= vmlinux.lds
5514cf11afSPaul Mackerras
56127efeb2SStephen Rothwellobj-y				+= time.o prom.o traps.o setup-common.o \
57*2578bfaeSStephen Rothwell				   udbg.o misc.o io.o \
58*2578bfaeSStephen Rothwell				   misc_$(CONFIG_WORD_SIZE).o
59*2578bfaeSStephen Rothwellobj-$(CONFIG_PPC32)		+= entry_32.o setup_32.o
60*2578bfaeSStephen Rothwellobj-$(CONFIG_PPC64)		+= dma_64.o iommu.o
61be42d5faSPaul Mackerrasobj-$(CONFIG_PPC_MULTIPLATFORM)	+= prom_init.o
6220c8c210SPaul Mackerrasobj-$(CONFIG_MODULES)		+= ppc_ksyms.o
639b6b563cSPaul Mackerrasobj-$(CONFIG_BOOTX_TEXT)	+= btext.o
645ad57078SPaul Mackerrasobj-$(CONFIG_SMP)		+= smp.o
657568cb4eSPaul Mackerrasobj-$(CONFIG_KPROBES)		+= kprobes.o
6613b8a272SPaul Mackerrasobj-$(CONFIG_PPC_UDBG_16550)	+= legacy_serial.o udbg_16550.o
674c75a6f4SBenjamin Herrenschmidt
68*2578bfaeSStephen Rothwellpci64-$(CONFIG_PPC64)		+= pci_dn.o isa-bridge.o
69*2578bfaeSStephen Rothwellobj-$(CONFIG_PCI)		+= pci_$(CONFIG_WORD_SIZE).o $(pci64-y) \
70*2578bfaeSStephen Rothwell				   pci-common.o
71df87ef55SMichael Ellermanobj-$(CONFIG_PCI_MSI)		+= msi.o
72*2578bfaeSStephen Rothwellobj-$(CONFIG_KEXEC)		+= machine_kexec.o crash.o \
73*2578bfaeSStephen Rothwell				   machine_kexec_$(CONFIG_WORD_SIZE).o
74c0803799SAl Viroobj-$(CONFIG_AUDIT)		+= audit.o
75c0803799SAl Viroobj64-$(CONFIG_AUDIT)		+= compat_audit.o
76cabb5587SStephen Rothwell
774cb3cee0SBenjamin Herrenschmidtifneq ($(CONFIG_PPC_INDIRECT_IO),y)
7868a64357SBenjamin Herrenschmidtobj-y				+= iomap.o
794cb3cee0SBenjamin Herrenschmidtendif
804cb3cee0SBenjamin Herrenschmidt
81fd582ec8SPaul Mackerraselse
827568cb4eSPaul Mackerras# stuff used from here for ARCH=ppc
835ad57078SPaul Mackerrassmpobj-$(CONFIG_SMP)		+= smp.o
84fd582ec8SPaul Mackerras
85cabb5587SStephen Rothwellendif
8625c8a78bSDavid Gibson
87437a58dbSPaul Mackerrasobj-$(CONFIG_PPC64)		+= $(obj64-y)
88437a58dbSPaul Mackerras
8925c8a78bSDavid Gibsonextra-$(CONFIG_PPC_FPU)		+= fpu.o
90640768eeSStephen Rothwellextra-$(CONFIG_PPC64)		+= entry_64.o
91