Makefile (d63638440cfad75fb339fd1261bea0485c7c3ecc) | Makefile (830145796a5c8f1ca3f87ea619063c1d99a57df5) |
---|---|
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 --- 166 unchanged lines hidden (view full) --- 175machine-$(CONFIG_ARCH_PXA) := pxa 176machine-$(CONFIG_ARCH_REALVIEW) := realview 177machine-$(CONFIG_ARCH_RPC) := rpc 178machine-$(CONFIG_ARCH_S3C2410) := s3c2410 s3c2412 s3c2416 s3c2440 s3c2443 179machine-$(CONFIG_ARCH_S3C64XX) := s3c64xx 180machine-$(CONFIG_ARCH_S5P64X0) := s5p64x0 181machine-$(CONFIG_ARCH_S5PC100) := s5pc100 182machine-$(CONFIG_ARCH_S5PV210) := s5pv210 | 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 --- 166 unchanged lines hidden (view full) --- 175machine-$(CONFIG_ARCH_PXA) := pxa 176machine-$(CONFIG_ARCH_REALVIEW) := realview 177machine-$(CONFIG_ARCH_RPC) := rpc 178machine-$(CONFIG_ARCH_S3C2410) := s3c2410 s3c2412 s3c2416 s3c2440 s3c2443 179machine-$(CONFIG_ARCH_S3C64XX) := s3c64xx 180machine-$(CONFIG_ARCH_S5P64X0) := s5p64x0 181machine-$(CONFIG_ARCH_S5PC100) := s5pc100 182machine-$(CONFIG_ARCH_S5PV210) := s5pv210 |
183machine-$(CONFIG_ARCH_EXYNOS4) := exynos4 | 183machine-$(CONFIG_ARCH_EXYNOS4) := exynos |
184machine-$(CONFIG_ARCH_SA1100) := sa1100 185machine-$(CONFIG_ARCH_SHARK) := shark 186machine-$(CONFIG_ARCH_SHMOBILE) := shmobile 187machine-$(CONFIG_ARCH_TCC8K) := tcc8k 188machine-$(CONFIG_ARCH_TEGRA) := tegra 189machine-$(CONFIG_ARCH_U300) := u300 190machine-$(CONFIG_ARCH_U8500) := ux500 191machine-$(CONFIG_ARCH_VERSATILE) := versatile --- 125 unchanged lines hidden --- | 184machine-$(CONFIG_ARCH_SA1100) := sa1100 185machine-$(CONFIG_ARCH_SHARK) := shark 186machine-$(CONFIG_ARCH_SHMOBILE) := shmobile 187machine-$(CONFIG_ARCH_TCC8K) := tcc8k 188machine-$(CONFIG_ARCH_TEGRA) := tegra 189machine-$(CONFIG_ARCH_U300) := u300 190machine-$(CONFIG_ARCH_U8500) := ux500 191machine-$(CONFIG_ARCH_VERSATILE) := versatile --- 125 unchanged lines hidden --- |