Makefile (1196d7aaebf6cdad619310fe2834224c8cc10d50) | Makefile (0d97631392c24a9573dafb7b6962cc40b5ef2281) |
---|---|
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. --- 236 unchanged lines hidden (view full) --- 245 arch/powerpc/sysdev/ \ 246 arch/powerpc/platforms/ \ 247 arch/powerpc/math-emu/ \ 248 arch/powerpc/crypto/ \ 249 arch/powerpc/net/ 250core-$(CONFIG_XMON) += arch/powerpc/xmon/ 251core-$(CONFIG_KVM) += arch/powerpc/kvm/ 252core-$(CONFIG_PERF_EVENTS) += arch/powerpc/perf/ | 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. --- 236 unchanged lines hidden (view full) --- 245 arch/powerpc/sysdev/ \ 246 arch/powerpc/platforms/ \ 247 arch/powerpc/math-emu/ \ 248 arch/powerpc/crypto/ \ 249 arch/powerpc/net/ 250core-$(CONFIG_XMON) += arch/powerpc/xmon/ 251core-$(CONFIG_KVM) += arch/powerpc/kvm/ 252core-$(CONFIG_PERF_EVENTS) += arch/powerpc/perf/ |
253core-$(CONFIG_KEXEC_FILE) += arch/powerpc/purgatory/ |
|
253 254drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/ 255 256# Default to zImage, override when needed 257all: zImage 258 259# With make 3.82 we cannot mix normal and wildcard targets 260BOOT_TARGETS1 := zImage zImage.initrd uImage --- 159 unchanged lines hidden --- | 254 255drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/ 256 257# Default to zImage, override when needed 258all: zImage 259 260# With make 3.82 we cannot mix normal and wildcard targets 261BOOT_TARGETS1 := zImage zImage.initrd uImage --- 159 unchanged lines hidden --- |