Makefile (a2b7ba9ca471438c2bb0c3bdf0ff2ed7fdce3d2f) | Makefile (cc26b3b01bc96a8b8c36671b0dc4898b2a152ea8) |
---|---|
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 --- 104 unchanged lines hidden (view full) --- 113 machine-$(CONFIG_ARCH_IOP33X) := iop33x 114 machine-$(CONFIG_ARCH_IOP13XX) := iop13xx 115 plat-$(CONFIG_PLAT_IOP) := iop 116 machine-$(CONFIG_ARCH_IXP4XX) := ixp4xx 117 machine-$(CONFIG_ARCH_IXP2000) := ixp2000 118 machine-$(CONFIG_ARCH_IXP23XX) := ixp23xx 119 machine-$(CONFIG_ARCH_OMAP1) := omap1 120 machine-$(CONFIG_ARCH_OMAP2) := omap2 | 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 --- 104 unchanged lines hidden (view full) --- 113 machine-$(CONFIG_ARCH_IOP33X) := iop33x 114 machine-$(CONFIG_ARCH_IOP13XX) := iop13xx 115 plat-$(CONFIG_PLAT_IOP) := iop 116 machine-$(CONFIG_ARCH_IXP4XX) := ixp4xx 117 machine-$(CONFIG_ARCH_IXP2000) := ixp2000 118 machine-$(CONFIG_ARCH_IXP23XX) := ixp23xx 119 machine-$(CONFIG_ARCH_OMAP1) := omap1 120 machine-$(CONFIG_ARCH_OMAP2) := omap2 |
121 machine-$(CONFIG_ARCH_OMAP3) := omap2 |
|
121 plat-$(CONFIG_ARCH_OMAP) := omap 122 machine-$(CONFIG_ARCH_S3C2410) := s3c2410 s3c2400 s3c2412 s3c2440 s3c2442 s3c2443 | 122 plat-$(CONFIG_ARCH_OMAP) := omap 123 machine-$(CONFIG_ARCH_S3C2410) := s3c2410 s3c2400 s3c2412 s3c2440 s3c2442 s3c2443 |
123 plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c | 124 plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx |
124 machine-$(CONFIG_ARCH_LH7A40X) := lh7a40x 125 machine-$(CONFIG_ARCH_VERSATILE) := versatile 126 machine-$(CONFIG_ARCH_IMX) := imx 127 machine-$(CONFIG_ARCH_H720X) := h720x 128 machine-$(CONFIG_ARCH_AAEC2000) := aaec2000 129 machine-$(CONFIG_ARCH_REALVIEW) := realview 130 machine-$(CONFIG_ARCH_AT91) := at91 131 machine-$(CONFIG_ARCH_EP93XX) := ep93xx --- 115 unchanged lines hidden --- | 125 machine-$(CONFIG_ARCH_LH7A40X) := lh7a40x 126 machine-$(CONFIG_ARCH_VERSATILE) := versatile 127 machine-$(CONFIG_ARCH_IMX) := imx 128 machine-$(CONFIG_ARCH_H720X) := h720x 129 machine-$(CONFIG_ARCH_AAEC2000) := aaec2000 130 machine-$(CONFIG_ARCH_REALVIEW) := realview 131 machine-$(CONFIG_ARCH_AT91) := at91 132 machine-$(CONFIG_ARCH_EP93XX) := ep93xx --- 115 unchanged lines hidden --- |