Makefile (67cb6e842e7f1e534a5e0e8708a8779e33b60520) Makefile (437a58db57c61385baaa1cb8b7fa590b6a2f1607)
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.

--- 111 unchanged lines hidden (view full) ---

120head-$(CONFIG_4xx) := arch/powerpc/kernel/head_4xx.o
121head-$(CONFIG_44x) := arch/powerpc/kernel/head_44x.o
122head-$(CONFIG_FSL_BOOKE) := arch/powerpc/kernel/head_fsl_booke.o
123
124head-$(CONFIG_PPC64) += arch/powerpc/kernel/entry_64.o
125head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o
126
127core-y += arch/powerpc/kernel/ \
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.

--- 111 unchanged lines hidden (view full) ---

120head-$(CONFIG_4xx) := arch/powerpc/kernel/head_4xx.o
121head-$(CONFIG_44x) := arch/powerpc/kernel/head_44x.o
122head-$(CONFIG_FSL_BOOKE) := arch/powerpc/kernel/head_fsl_booke.o
123
124head-$(CONFIG_PPC64) += arch/powerpc/kernel/entry_64.o
125head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o
126
127core-y += arch/powerpc/kernel/ \
128 arch/$(OLDARCH)/kernel/ \
129 arch/powerpc/mm/ \
130 arch/powerpc/lib/ \
131 arch/powerpc/sysdev/ \
132 arch/powerpc/platforms/
128 arch/powerpc/mm/ \
129 arch/powerpc/lib/ \
130 arch/powerpc/sysdev/ \
131 arch/powerpc/platforms/
132core-$(CONFIG_PPC32) += arch/ppc/kernel/
133core-$(CONFIG_MATH_EMULATION) += arch/ppc/math-emu/
134core-$(CONFIG_XMON) += arch/powerpc/xmon/
135core-$(CONFIG_APUS) += arch/ppc/amiga/
136drivers-$(CONFIG_8xx) += arch/ppc/8xx_io/
137drivers-$(CONFIG_4xx) += arch/ppc/4xx_io/
138drivers-$(CONFIG_CPM2) += arch/ppc/8260_io/
139
140drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/

--- 19 unchanged lines hidden (view full) ---

160 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
161
162define archhelp
163 @echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage.*)'
164 @echo ' install - Install kernel using'
165 @echo ' (your) ~/bin/installkernel or'
166 @echo ' (distribution) /sbin/installkernel or'
167 @echo ' install to $$(INSTALL_PATH) and run lilo'
133core-$(CONFIG_MATH_EMULATION) += arch/ppc/math-emu/
134core-$(CONFIG_XMON) += arch/powerpc/xmon/
135core-$(CONFIG_APUS) += arch/ppc/amiga/
136drivers-$(CONFIG_8xx) += arch/ppc/8xx_io/
137drivers-$(CONFIG_4xx) += arch/ppc/4xx_io/
138drivers-$(CONFIG_CPM2) += arch/ppc/8260_io/
139
140drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/

--- 19 unchanged lines hidden (view full) ---

160 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
161
162define archhelp
163 @echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage.*)'
164 @echo ' install - Install kernel using'
165 @echo ' (your) ~/bin/installkernel or'
166 @echo ' (distribution) /sbin/installkernel or'
167 @echo ' install to $$(INSTALL_PATH) and run lilo'
168 @echo ' *_defconfig - Select default config from arch/$(ARCH)/ppc/configs'
168 @echo ' *_defconfig - Select default config from arch/$(ARCH)/configs'
169endef
170
171archclean:
172 $(Q)$(MAKE) $(clean)=$(boot)
173 $(Q)rm -rf arch/$(ARCH)/include
174
175archprepare: checkbin
176

--- 32 unchanged lines hidden ---
169endef
170
171archclean:
172 $(Q)$(MAKE) $(clean)=$(boot)
173 $(Q)rm -rf arch/$(ARCH)/include
174
175archprepare: checkbin
176

--- 32 unchanged lines hidden ---