Makefile (39fe5434cb9de5da40510028b17b96bc4eb312b3) | Makefile (15f6527e8e63e793f8ab1ddce4ed3c487ebd0d42) |
---|---|
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. --- 109 unchanged lines hidden (view full) --- 118cpu-as-$(CONFIG_E200) += -Wa,-me200 119 120AFLAGS += $(cpu-as-y) 121CFLAGS += $(cpu-as-y) 122 123head-y := arch/powerpc/kernel/head_32.o 124head-$(CONFIG_PPC64) := arch/powerpc/kernel/head_64.o 125head-$(CONFIG_8xx) := arch/powerpc/kernel/head_8xx.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. --- 109 unchanged lines hidden (view full) --- 118cpu-as-$(CONFIG_E200) += -Wa,-me200 119 120AFLAGS += $(cpu-as-y) 121CFLAGS += $(cpu-as-y) 122 123head-y := arch/powerpc/kernel/head_32.o 124head-$(CONFIG_PPC64) := arch/powerpc/kernel/head_64.o 125head-$(CONFIG_8xx) := arch/powerpc/kernel/head_8xx.o |
126head-$(CONFIG_4xx) := arch/powerpc/kernel/head_4xx.o | 126head-$(CONFIG_40x) := arch/powerpc/kernel/head_40x.o |
127head-$(CONFIG_44x) := arch/powerpc/kernel/head_44x.o 128head-$(CONFIG_FSL_BOOKE) := arch/powerpc/kernel/head_fsl_booke.o 129 130head-$(CONFIG_PPC64) += arch/powerpc/kernel/entry_64.o 131head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o 132 133core-y += arch/powerpc/kernel/ \ 134 arch/powerpc/mm/ \ --- 86 unchanged lines hidden --- | 127head-$(CONFIG_44x) := arch/powerpc/kernel/head_44x.o 128head-$(CONFIG_FSL_BOOKE) := arch/powerpc/kernel/head_fsl_booke.o 129 130head-$(CONFIG_PPC64) += arch/powerpc/kernel/entry_64.o 131head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o 132 133core-y += arch/powerpc/kernel/ \ 134 arch/powerpc/mm/ \ --- 86 unchanged lines hidden --- |