Makefile (a3a9e99e36b2897b3e038869e61f363d62434086) | Makefile (bd142b70a6bd5522f7d95f0cec06091b93bb0715) |
---|---|
1# This file is included by the global makefile so that you can add your own 2# architecture-specific flags and dependencies. Remember to do have actions 3# for "archclean" and "archdep" for cleaning up and making dependencies for 4# this architecture. 5# 6# This file is subject to the terms and conditions of the GNU General Public 7# License. See the file "COPYING" in the main directory of this archive 8# for more details. --- 107 unchanged lines hidden (view full) --- 116head-$(CONFIG_PPC64) := arch/powerpc/kernel/head_64.o 117head-$(CONFIG_8xx) := arch/powerpc/kernel/head_8xx.o 118head-$(CONFIG_4xx) := arch/powerpc/kernel/head_4xx.o 119head-$(CONFIG_44x) := arch/powerpc/kernel/head_44x.o 120head-$(CONFIG_FSL_BOOKE) := arch/powerpc/kernel/head_fsl_booke.o 121 122ifeq ($(CONFIG_PPC32),y) 123head-$(CONFIG_6xx) += arch/powerpc/kernel/idle_6xx.o | 1# This file is included by the global makefile so that you can add your own 2# architecture-specific flags and dependencies. Remember to do have actions 3# for "archclean" and "archdep" for cleaning up and making dependencies for 4# this architecture. 5# 6# This file is subject to the terms and conditions of the GNU General Public 7# License. See the file "COPYING" in the main directory of this archive 8# for more details. --- 107 unchanged lines hidden (view full) --- 116head-$(CONFIG_PPC64) := arch/powerpc/kernel/head_64.o 117head-$(CONFIG_8xx) := arch/powerpc/kernel/head_8xx.o 118head-$(CONFIG_4xx) := arch/powerpc/kernel/head_4xx.o 119head-$(CONFIG_44x) := arch/powerpc/kernel/head_44x.o 120head-$(CONFIG_FSL_BOOKE) := arch/powerpc/kernel/head_fsl_booke.o 121 122ifeq ($(CONFIG_PPC32),y) 123head-$(CONFIG_6xx) += arch/powerpc/kernel/idle_6xx.o |
124head-$(CONFIG_POWER4) += arch/powerpc/kernel/idle_power4.o | |
125head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o 126endif 127 128core-y += arch/powerpc/kernel/ \ 129 arch/$(OLDARCH)/kernel/ \ 130 arch/powerpc/mm/ \ 131 arch/powerpc/lib/ \ 132 arch/powerpc/sysdev/ \ --- 79 unchanged lines hidden --- | 124head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o 125endif 126 127core-y += arch/powerpc/kernel/ \ 128 arch/$(OLDARCH)/kernel/ \ 129 arch/powerpc/mm/ \ 130 arch/powerpc/lib/ \ 131 arch/powerpc/sysdev/ \ --- 79 unchanged lines hidden --- |