114cf11afSPaul Mackerras# 214cf11afSPaul Mackerras# Makefile for the linux kernel. 314cf11afSPaul Mackerras# 414cf11afSPaul Mackerras 580fdf470SRoland McGrathCFLAGS_ptrace.o += -DUTS_MACHINE='"$(UTS_MACHINE)"' 680fdf470SRoland McGrath 7ba55bd74SMichael Ellermansubdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror 8ba55bd74SMichael Ellerman 9bd142b70SStephen Rothwellifeq ($(CONFIG_PPC64),y) 1008a644ecSStephen RothwellCFLAGS_prom_init.o += -mno-minimal-toc 11bd142b70SStephen Rothwellendif 12cabb5587SStephen Rothwellifeq ($(CONFIG_PPC32),y) 139b6b563cSPaul MackerrasCFLAGS_prom_init.o += -fPIC 14b3491269SPaul MackerrasCFLAGS_btext.o += -fPIC 15cabb5587SStephen Rothwellendif 169b6b563cSPaul Mackerras 17606576ceSSteven Rostedtifdef CONFIG_FUNCTION_TRACER 184e491d14SSteven Rostedt# Do not trace early boot code 197563dc64STony BreedsCFLAGS_REMOVE_cputable.o = -pg -mno-sched-epilog 207563dc64STony BreedsCFLAGS_REMOVE_prom_init.o = -pg -mno-sched-epilog 217563dc64STony BreedsCFLAGS_REMOVE_btext.o = -pg -mno-sched-epilog 22f1eecf0eSSteven RostedtCFLAGS_REMOVE_prom.o = -pg -mno-sched-epilog 236794c782SSteven Rostedt# do not trace tracer code 247563dc64STony BreedsCFLAGS_REMOVE_ftrace.o = -pg -mno-sched-epilog 256794c782SSteven Rostedt# timers used by tracing 266794c782SSteven RostedtCFLAGS_REMOVE_time.o = -pg -mno-sched-epilog 274e491d14SSteven Rostedtendif 284e491d14SSteven Rostedt 2964ac24e7SMatthew Wilcoxobj-y := cputable.o ptrace.o syscalls.o \ 30624cee31SPaul Mackerras irq.o align.o signal_32.o pmc.o vdso.o \ 3122e38f29SBenjamin Herrenschmidt init_task.o process.o systbl.o idle.o \ 3293197a36SNathan Lynch signal.o sysfs.o cacheinfo.o 33a7f290daSBenjamin Herrenschmidtobj-y += vdso32/ 3401e31dbaSRoland McGrathobj-$(CONFIG_PPC64) += setup_64.o sys_ppc32.o \ 358568daa4SPaul Mackerras signal_64.o ptrace32.o \ 362d27cfd3SBenjamin Herrenschmidt paca.o nvram_64.o firmware.o 372d27cfd3SBenjamin Herrenschmidtobj-$(CONFIG_PPC_BOOK3S_64) += cpu_setup_ppc970.o cpu_setup_pa6t.o 38549e8152SPaul Mackerrasobj64-$(CONFIG_RELOCATABLE) += reloc_64.o 392d27cfd3SBenjamin Herrenschmidtobj-$(CONFIG_PPC_BOOK3E_64) += exceptions-64e.o 40a7f290daSBenjamin Herrenschmidtobj-$(CONFIG_PPC64) += vdso64/ 41e821ea70SBenjamin Herrenschmidtobj-$(CONFIG_ALTIVEC) += vecemu.o 42f39224a8SPaul Mackerrasobj-$(CONFIG_PPC_970_NAP) += idle_power4.o 437eebde70SBenjamin Herrenschmidtobj-$(CONFIG_PPC_OF) += of_device.o of_platform.o prom_parse.o 446f668280SDomen Puncerobj-$(CONFIG_PPC_CLOCK) += clock.o 45188917e1SBenjamin Herrenschmidtprocfs-y := proc_powerpc.o 46d3d2176aSDavid Gibsonobj-$(CONFIG_PROC_FS) += $(procfs-y) 47bed59275SStephen Rothwellrtaspci-$(CONFIG_PPC64)-$(CONFIG_PCI) := rtas_pci.o 48bed59275SStephen Rothwellobj-$(CONFIG_PPC_RTAS) += rtas.o rtas-rtc.o $(rtaspci-y-y) 493d541c4bSBenjamin Herrenschmidtobj-$(CONFIG_PPC_RTAS_DAEMON) += rtasd.o 50f4fcbbe9SPaul Mackerrasobj-$(CONFIG_RTAS_FLASH) += rtas_flash.o 51f4fcbbe9SPaul Mackerrasobj-$(CONFIG_RTAS_PROC) += rtas-proc.o 52d3d2176aSDavid Gibsonobj-$(CONFIG_LPARCFG) += lparcfg.o 5358046019SStephen Rothwellobj-$(CONFIG_IBMVIO) += vio.o 54d7a30103SHeiko J Schickobj-$(CONFIG_IBMEBUS) += ibmebus.o 558ad200d7SPaul Mackerrasobj-$(CONFIG_GENERIC_TBSYNC) += smp-tbsync.o 560cc4746cSMichael Ellermanobj-$(CONFIG_CRASH_DUMP) += crash_dump.o 57fc4033b2SKumar Galaobj-$(CONFIG_E500) += idle_e500.o 589b781727SPaul Mackerrasobj-$(CONFIG_6xx) += idle_6xx.o l2cr_6xx.o cpu_setup_6xx.o 599b781727SPaul Mackerrasobj-$(CONFIG_TAU) += tau_6xx.o 602578bfaeSStephen Rothwellobj-$(CONFIG_HIBERNATION) += swsusp.o suspend.o \ 612578bfaeSStephen Rothwell swsusp_$(CONFIG_WORD_SIZE).o 622578bfaeSStephen Rothwellobj64-$(CONFIG_HIBERNATION) += swsusp_asm64.o 63f0c426bcSKumar Galaobj-$(CONFIG_MODULES) += module.o module_$(CONFIG_WORD_SIZE).o 6426f571d7SPaul Mackerrasobj-$(CONFIG_44x) += cpu_setup_44x.o 65620165f9SKumar Galaobj-$(CONFIG_FSL_BOOKE) += cpu_setup_fsl_booke.o dbell.o 6640ef8cbcSPaul Mackerras 672d27cfd3SBenjamin Herrenschmidtextra-y := head_$(CONFIG_WORD_SIZE).o 682d27cfd3SBenjamin Herrenschmidtextra-$(CONFIG_PPC_BOOK3E_32) := head_new_booke.o 6915f6527eSJosh Boyerextra-$(CONFIG_40x) := head_40x.o 7014cf11afSPaul Mackerrasextra-$(CONFIG_44x) := head_44x.o 7114cf11afSPaul Mackerrasextra-$(CONFIG_FSL_BOOKE) := head_fsl_booke.o 7214cf11afSPaul Mackerrasextra-$(CONFIG_8xx) := head_8xx.o 7314cf11afSPaul Mackerrasextra-y += vmlinux.lds 7414cf11afSPaul Mackerras 75127efeb2SStephen Rothwellobj-y += time.o prom.o traps.o setup-common.o \ 764fc665b8SBecky Bruce udbg.o misc.o io.o dma.o \ 772578bfaeSStephen Rothwell misc_$(CONFIG_WORD_SIZE).o 782578bfaeSStephen Rothwellobj-$(CONFIG_PPC32) += entry_32.o setup_32.o 794fc665b8SBecky Bruceobj-$(CONFIG_PPC64) += dma-iommu.o iommu.o 8017ce452fSJason Wesselobj-$(CONFIG_KGDB) += kgdb.o 8128794d34SBenjamin Herrenschmidtobj-$(CONFIG_PPC_OF_BOOT_TRAMPOLINE) += prom_init.o 8220c8c210SPaul Mackerrasobj-$(CONFIG_MODULES) += ppc_ksyms.o 839b6b563cSPaul Mackerrasobj-$(CONFIG_BOOTX_TEXT) += btext.o 845ad57078SPaul Mackerrasobj-$(CONFIG_SMP) += smp.o 857568cb4eSPaul Mackerrasobj-$(CONFIG_KPROBES) += kprobes.o 8613b8a272SPaul Mackerrasobj-$(CONFIG_PPC_UDBG_16550) += legacy_serial.o udbg_16550.o 87fd3e0bbcSChristoph Hellwigobj-$(CONFIG_STACKTRACE) += stacktrace.o 88ec3cf2ecSBecky Bruceobj-$(CONFIG_SWIOTLB) += dma-swiotlb.o 894c75a6f4SBenjamin Herrenschmidt 902578bfaeSStephen Rothwellpci64-$(CONFIG_PPC64) += pci_dn.o isa-bridge.o 912578bfaeSStephen Rothwellobj-$(CONFIG_PCI) += pci_$(CONFIG_WORD_SIZE).o $(pci64-y) \ 92fbe65447SGrant Likely pci-common.o pci_of_scan.o 93df87ef55SMichael Ellermanobj-$(CONFIG_PCI_MSI) += msi.o 942578bfaeSStephen Rothwellobj-$(CONFIG_KEXEC) += machine_kexec.o crash.o \ 952578bfaeSStephen Rothwell machine_kexec_$(CONFIG_WORD_SIZE).o 96c0803799SAl Viroobj-$(CONFIG_AUDIT) += audit.o 97c0803799SAl Viroobj64-$(CONFIG_AUDIT) += compat_audit.o 98cabb5587SStephen Rothwell 994e491d14SSteven Rostedtobj-$(CONFIG_DYNAMIC_FTRACE) += ftrace.o 1006794c782SSteven Rostedtobj-$(CONFIG_FUNCTION_GRAPH_TRACER) += ftrace.o 101*9d6df3fdSScott Woodobj-$(CONFIG_PERF_EVENTS) += perf_callchain.o 102*9d6df3fdSScott Woodobj-$(CONFIG_PPC_PERF_CTRS) += perf_event.o 103105988c0SPaul Mackerrasobj64-$(CONFIG_PPC_PERF_CTRS) += power4-pmu.o ppc970-pmu.o power5-pmu.o \ 104105988c0SPaul Mackerras power5+-pmu.o power6-pmu.o power7-pmu.o 1057325927eSPaul Mackerrasobj32-$(CONFIG_PPC_PERF_CTRS) += mpc7450-pmu.o 1064e491d14SSteven Rostedt 1075dd57a13SScott Woodobj-$(CONFIG_8XX_MINIMAL_FPEMU) += softemu8xx.o 1085dd57a13SScott Wood 1094cb3cee0SBenjamin Herrenschmidtifneq ($(CONFIG_PPC_INDIRECT_IO),y) 11068a64357SBenjamin Herrenschmidtobj-y += iomap.o 1114cb3cee0SBenjamin Herrenschmidtendif 1124cb3cee0SBenjamin Herrenschmidt 113437a58dbSPaul Mackerrasobj-$(CONFIG_PPC64) += $(obj64-y) 1147325927eSPaul Mackerrasobj-$(CONFIG_PPC32) += $(obj32-y) 115437a58dbSPaul Mackerras 11673753313SAnton Vorontsovifneq ($(CONFIG_XMON)$(CONFIG_KEXEC),) 117322b4394SAnton Vorontsovobj-y += ppc_save_regs.o 118322b4394SAnton Vorontsovendif 119322b4394SAnton Vorontsov 120a15098c9SMichael Ellerman# Disable GCOV in odd or sensitive code 121a15098c9SMichael EllermanGCOV_PROFILE_prom_init.o := n 122a15098c9SMichael EllermanGCOV_PROFILE_ftrace.o := n 123a15098c9SMichael EllermanGCOV_PROFILE_machine_kexec_64.o := n 124a15098c9SMichael EllermanGCOV_PROFILE_machine_kexec_32.o := n 125a15098c9SMichael EllermanGCOV_PROFILE_kprobes.o := n 126a15098c9SMichael Ellerman 12725c8a78bSDavid Gibsonextra-$(CONFIG_PPC_FPU) += fpu.o 128e821ea70SBenjamin Herrenschmidtextra-$(CONFIG_ALTIVEC) += vector.o 129640768eeSStephen Rothwellextra-$(CONFIG_PPC64) += entry_64.o 1300a4690cfSStephen Rothwell 1310a4690cfSStephen Rothwellextra-y += systbl_chk.i 1320a4690cfSStephen Rothwell$(obj)/systbl.o: systbl_chk 1330a4690cfSStephen Rothwell 1340a4690cfSStephen Rothwellquiet_cmd_systbl_chk = CALL $< 1350a4690cfSStephen Rothwell cmd_systbl_chk = $(CONFIG_SHELL) $< $(obj)/systbl_chk.i 1360a4690cfSStephen Rothwell 1370a4690cfSStephen RothwellPHONY += systbl_chk 1380a4690cfSStephen Rothwellsystbl_chk: $(src)/systbl_chk.sh $(obj)/systbl_chk.i 1390a4690cfSStephen Rothwell $(call cmd,systbl_chk) 140e4ccde02SKumar Gala 1417719ed7cSMichael Ellermanifeq ($(CONFIG_PPC_OF_BOOT_TRAMPOLINE),y) 1425c02cd2fSMichael Ellerman$(obj)/built-in.o: prom_init_check 1435c02cd2fSMichael Ellerman 1445c02cd2fSMichael Ellermanquiet_cmd_prom_init_check = CALL $< 1455c02cd2fSMichael Ellerman cmd_prom_init_check = $(CONFIG_SHELL) $< "$(NM)" "$(obj)/prom_init.o" 1465c02cd2fSMichael Ellerman 1475c02cd2fSMichael EllermanPHONY += prom_init_check 1485c02cd2fSMichael Ellermanprom_init_check: $(src)/prom_init_check.sh $(obj)/prom_init.o 1495c02cd2fSMichael Ellerman $(call cmd,prom_init_check) 1507719ed7cSMichael Ellermanendif 1515c02cd2fSMichael Ellerman 152e4ccde02SKumar Galaclean-files := vmlinux.lds 153