Makefile (db6d842b8443ebac7b7b37264f992ce49dfb5208) | Makefile (ba364fc752daeded072a5ef31e43b84cb1f9e5fd) |
---|---|
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 --- 149 unchanged lines hidden (view full) --- 158machine-$(CONFIG_ARCH_HIGHBANK) += highbank 159machine-$(CONFIG_ARCH_HI3xxx) += hisi 160machine-$(CONFIG_ARCH_INTEGRATOR) += integrator 161machine-$(CONFIG_ARCH_IOP13XX) += iop13xx 162machine-$(CONFIG_ARCH_IOP32X) += iop32x 163machine-$(CONFIG_ARCH_IOP33X) += iop33x 164machine-$(CONFIG_ARCH_IXP4XX) += ixp4xx 165machine-$(CONFIG_ARCH_KEYSTONE) += keystone | 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 --- 149 unchanged lines hidden (view full) --- 158machine-$(CONFIG_ARCH_HIGHBANK) += highbank 159machine-$(CONFIG_ARCH_HI3xxx) += hisi 160machine-$(CONFIG_ARCH_INTEGRATOR) += integrator 161machine-$(CONFIG_ARCH_IOP13XX) += iop13xx 162machine-$(CONFIG_ARCH_IOP32X) += iop32x 163machine-$(CONFIG_ARCH_IOP33X) += iop33x 164machine-$(CONFIG_ARCH_IXP4XX) += ixp4xx 165machine-$(CONFIG_ARCH_KEYSTONE) += keystone |
166machine-$(CONFIG_ARCH_KIRKWOOD) += kirkwood | |
167machine-$(CONFIG_ARCH_KS8695) += ks8695 168machine-$(CONFIG_ARCH_LPC32XX) += lpc32xx 169machine-$(CONFIG_ARCH_MMP) += mmp 170machine-$(CONFIG_ARCH_MOXART) += moxart 171machine-$(CONFIG_ARCH_MSM) += msm 172machine-$(CONFIG_ARCH_MV78XX0) += mv78xx0 173machine-$(CONFIG_ARCH_MVEBU) += mvebu 174machine-$(CONFIG_ARCH_MXC) += imx --- 7 unchanged lines hidden (view full) --- 182machine-$(CONFIG_ARCH_PICOXCELL) += picoxcell 183machine-$(CONFIG_ARCH_PXA) += pxa 184machine-$(CONFIG_ARCH_QCOM) += qcom 185machine-$(CONFIG_ARCH_REALVIEW) += realview 186machine-$(CONFIG_ARCH_ROCKCHIP) += rockchip 187machine-$(CONFIG_ARCH_RPC) += rpc 188machine-$(CONFIG_ARCH_S3C24XX) += s3c24xx 189machine-$(CONFIG_ARCH_S3C64XX) += s3c64xx | 166machine-$(CONFIG_ARCH_KS8695) += ks8695 167machine-$(CONFIG_ARCH_LPC32XX) += lpc32xx 168machine-$(CONFIG_ARCH_MMP) += mmp 169machine-$(CONFIG_ARCH_MOXART) += moxart 170machine-$(CONFIG_ARCH_MSM) += msm 171machine-$(CONFIG_ARCH_MV78XX0) += mv78xx0 172machine-$(CONFIG_ARCH_MVEBU) += mvebu 173machine-$(CONFIG_ARCH_MXC) += imx --- 7 unchanged lines hidden (view full) --- 181machine-$(CONFIG_ARCH_PICOXCELL) += picoxcell 182machine-$(CONFIG_ARCH_PXA) += pxa 183machine-$(CONFIG_ARCH_QCOM) += qcom 184machine-$(CONFIG_ARCH_REALVIEW) += realview 185machine-$(CONFIG_ARCH_ROCKCHIP) += rockchip 186machine-$(CONFIG_ARCH_RPC) += rpc 187machine-$(CONFIG_ARCH_S3C24XX) += s3c24xx 188machine-$(CONFIG_ARCH_S3C64XX) += s3c64xx |
189machine-$(CONFIG_ARCH_S5P64X0) += s5p64x0 190machine-$(CONFIG_ARCH_S5PC100) += s5pc100 |
|
190machine-$(CONFIG_ARCH_S5PV210) += s5pv210 191machine-$(CONFIG_ARCH_SA1100) += sa1100 192machine-$(CONFIG_ARCH_SHMOBILE) += shmobile 193machine-$(CONFIG_ARCH_SIRF) += prima2 194machine-$(CONFIG_ARCH_SOCFPGA) += socfpga 195machine-$(CONFIG_ARCH_STI) += sti 196machine-$(CONFIG_ARCH_SUNXI) += sunxi 197machine-$(CONFIG_ARCH_TEGRA) += tegra --- 143 unchanged lines hidden --- | 191machine-$(CONFIG_ARCH_S5PV210) += s5pv210 192machine-$(CONFIG_ARCH_SA1100) += sa1100 193machine-$(CONFIG_ARCH_SHMOBILE) += shmobile 194machine-$(CONFIG_ARCH_SIRF) += prima2 195machine-$(CONFIG_ARCH_SOCFPGA) += socfpga 196machine-$(CONFIG_ARCH_STI) += sti 197machine-$(CONFIG_ARCH_SUNXI) += sunxi 198machine-$(CONFIG_ARCH_TEGRA) += tegra --- 143 unchanged lines hidden --- |