Makefile (d585a021c0b10b0477d6b608c53e1feb8cde0507) | Makefile (e821ea70f3b4873b50056a1e0f74befed1014c09) |
---|---|
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. --- 128 unchanged lines hidden (view full) --- 137head-y := arch/powerpc/kernel/head_$(CONFIG_WORD_SIZE).o 138head-$(CONFIG_8xx) := arch/powerpc/kernel/head_8xx.o 139head-$(CONFIG_40x) := arch/powerpc/kernel/head_40x.o 140head-$(CONFIG_44x) := arch/powerpc/kernel/head_44x.o 141head-$(CONFIG_FSL_BOOKE) := arch/powerpc/kernel/head_fsl_booke.o 142 143head-$(CONFIG_PPC64) += arch/powerpc/kernel/entry_64.o 144head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.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. --- 128 unchanged lines hidden (view full) --- 137head-y := arch/powerpc/kernel/head_$(CONFIG_WORD_SIZE).o 138head-$(CONFIG_8xx) := arch/powerpc/kernel/head_8xx.o 139head-$(CONFIG_40x) := arch/powerpc/kernel/head_40x.o 140head-$(CONFIG_44x) := arch/powerpc/kernel/head_44x.o 141head-$(CONFIG_FSL_BOOKE) := arch/powerpc/kernel/head_fsl_booke.o 142 143head-$(CONFIG_PPC64) += arch/powerpc/kernel/entry_64.o 144head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o |
145head-$(CONFIG_ALTIVEC) += arch/powerpc/kernel/vector.o |
|
145 146core-y += arch/powerpc/kernel/ \ 147 arch/powerpc/mm/ \ 148 arch/powerpc/lib/ \ 149 arch/powerpc/sysdev/ \ 150 arch/powerpc/platforms/ \ 151 arch/powerpc/math-emu/ 152core-$(CONFIG_XMON) += arch/powerpc/xmon/ --- 90 unchanged lines hidden --- | 146 147core-y += arch/powerpc/kernel/ \ 148 arch/powerpc/mm/ \ 149 arch/powerpc/lib/ \ 150 arch/powerpc/sysdev/ \ 151 arch/powerpc/platforms/ \ 152 arch/powerpc/math-emu/ 153core-$(CONFIG_XMON) += arch/powerpc/xmon/ --- 90 unchanged lines hidden --- |