Makefile (5d43889c07bb38694742936aa70d1187c012e198) | Makefile (bf98c1eac1d4a6bcf00532e4fa41d8126cd6c187) |
---|---|
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 --- 176 unchanged lines hidden (view full) --- 185machine-$(CONFIG_ARCH_RPC) += rpc 186machine-$(CONFIG_ARCH_S3C24XX) += s3c24xx 187machine-$(CONFIG_ARCH_S3C64XX) += s3c64xx 188machine-$(CONFIG_ARCH_S5P64X0) += s5p64x0 189machine-$(CONFIG_ARCH_S5PC100) += s5pc100 190machine-$(CONFIG_ARCH_S5PV210) += s5pv210 191machine-$(CONFIG_ARCH_SA1100) += sa1100 192machine-$(CONFIG_ARCH_SHMOBILE) += shmobile | 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 --- 176 unchanged lines hidden (view full) --- 185machine-$(CONFIG_ARCH_RPC) += rpc 186machine-$(CONFIG_ARCH_S3C24XX) += s3c24xx 187machine-$(CONFIG_ARCH_S3C64XX) += s3c64xx 188machine-$(CONFIG_ARCH_S5P64X0) += s5p64x0 189machine-$(CONFIG_ARCH_S5PC100) += s5pc100 190machine-$(CONFIG_ARCH_S5PV210) += s5pv210 191machine-$(CONFIG_ARCH_SA1100) += sa1100 192machine-$(CONFIG_ARCH_SHMOBILE) += shmobile |
193machine-$(CONFIG_ARCH_SHMOBILE_MULTI) += 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 199machine-$(CONFIG_ARCH_U300) += u300 200machine-$(CONFIG_ARCH_U8500) += ux500 201machine-$(CONFIG_ARCH_VERSATILE) += versatile --- 139 unchanged lines hidden --- | 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 198machine-$(CONFIG_ARCH_U300) += u300 199machine-$(CONFIG_ARCH_U8500) += ux500 200machine-$(CONFIG_ARCH_VERSATILE) += versatile --- 139 unchanged lines hidden --- |