Makefile (54f53f2b94feb72622bec7a8563fc487d9f97720) | Makefile (69b02f6a9639af89c099d06d5f2c4c66a1b03ebf) |
---|---|
1# 2# arch/arm/Makefile 3# 4# This file is included by the global makefile so that you can add your own 5# architecture-specific flags and dependencies. 6# 7# This file is subject to the terms and conditions of the GNU General Public 8# License. See the file "COPYING" in the main directory of this archive --- 171 unchanged lines hidden (view full) --- 180core-$(CONFIG_ARCH_S3C2410) += arch/arm/mach-s3c2442/ 181core-$(CONFIG_ARCH_S3C2410) += arch/arm/mach-s3c2443/ 182core-$(CONFIG_FPE_NWFPE) += arch/arm/nwfpe/ 183core-$(CONFIG_FPE_FASTFPE) += $(FASTFPE_OBJ) 184core-$(CONFIG_VFP) += arch/arm/vfp/ 185 186# If we have a common platform directory, then include it in the build. 187core-$(CONFIG_PLAT_IOP) += arch/arm/plat-iop/ | 1# 2# arch/arm/Makefile 3# 4# This file is included by the global makefile so that you can add your own 5# architecture-specific flags and dependencies. 6# 7# This file is subject to the terms and conditions of the GNU General Public 8# License. See the file "COPYING" in the main directory of this archive --- 171 unchanged lines hidden (view full) --- 180core-$(CONFIG_ARCH_S3C2410) += arch/arm/mach-s3c2442/ 181core-$(CONFIG_ARCH_S3C2410) += arch/arm/mach-s3c2443/ 182core-$(CONFIG_FPE_NWFPE) += arch/arm/nwfpe/ 183core-$(CONFIG_FPE_FASTFPE) += $(FASTFPE_OBJ) 184core-$(CONFIG_VFP) += arch/arm/vfp/ 185 186# If we have a common platform directory, then include it in the build. 187core-$(CONFIG_PLAT_IOP) += arch/arm/plat-iop/ |
188core-$(CONFIG_PLAT_ORION) += arch/arm/plat-orion/ |
|
188core-$(CONFIG_ARCH_OMAP) += arch/arm/plat-omap/ 189core-$(CONFIG_PLAT_S3C24XX) += arch/arm/plat-s3c24xx/ 190core-$(CONFIG_ARCH_MXC) += arch/arm/plat-mxc/ 191 192drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/ 193drivers-$(CONFIG_ARCH_CLPS7500) += drivers/acorn/char/ 194drivers-$(CONFIG_ARCH_L7200) += drivers/acorn/char/ 195 --- 67 unchanged lines hidden --- | 189core-$(CONFIG_ARCH_OMAP) += arch/arm/plat-omap/ 190core-$(CONFIG_PLAT_S3C24XX) += arch/arm/plat-s3c24xx/ 191core-$(CONFIG_ARCH_MXC) += arch/arm/plat-mxc/ 192 193drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/ 194drivers-$(CONFIG_ARCH_CLPS7500) += drivers/acorn/char/ 195drivers-$(CONFIG_ARCH_L7200) += drivers/acorn/char/ 196 --- 67 unchanged lines hidden --- |