| Makefile (b130d5c29544fe4cedafd35b112d27a06550d844) | Makefile (85fd6d63bf2927b9da7ab1b0d46723bfdb13808c) |
|---|---|
| 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 --- 161 unchanged lines hidden (view full) --- 170machine-$(CONFIG_ARCH_OMAP4) := omap2 171machine-$(CONFIG_ARCH_ORION5X) := orion5x 172machine-$(CONFIG_ARCH_PICOXCELL) := picoxcell 173machine-$(CONFIG_ARCH_PNX4008) := pnx4008 174machine-$(CONFIG_ARCH_PRIMA2) := prima2 175machine-$(CONFIG_ARCH_PXA) := pxa 176machine-$(CONFIG_ARCH_REALVIEW) := realview 177machine-$(CONFIG_ARCH_RPC) := rpc | 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 --- 161 unchanged lines hidden (view full) --- 170machine-$(CONFIG_ARCH_OMAP4) := omap2 171machine-$(CONFIG_ARCH_ORION5X) := orion5x 172machine-$(CONFIG_ARCH_PICOXCELL) := picoxcell 173machine-$(CONFIG_ARCH_PNX4008) := pnx4008 174machine-$(CONFIG_ARCH_PRIMA2) := prima2 175machine-$(CONFIG_ARCH_PXA) := pxa 176machine-$(CONFIG_ARCH_REALVIEW) := realview 177machine-$(CONFIG_ARCH_RPC) := rpc |
| 178machine-$(CONFIG_ARCH_S3C24XX) := s3c2410 s3c2412 s3c2416 s3c2440 s3c2443 | 178machine-$(CONFIG_ARCH_S3C24XX) := s3c24xx 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) := exynos 184machine-$(CONFIG_ARCH_SA1100) := sa1100 185machine-$(CONFIG_ARCH_SHARK) := shark 186machine-$(CONFIG_ARCH_SHMOBILE) := shmobile --- 128 unchanged lines hidden --- | 179machine-$(CONFIG_ARCH_S3C64XX) := s3c64xx 180machine-$(CONFIG_ARCH_S5P64X0) := s5p64x0 181machine-$(CONFIG_ARCH_S5PC100) := s5pc100 182machine-$(CONFIG_ARCH_S5PV210) := s5pv210 183machine-$(CONFIG_ARCH_EXYNOS4) := exynos 184machine-$(CONFIG_ARCH_SA1100) := sa1100 185machine-$(CONFIG_ARCH_SHARK) := shark 186machine-$(CONFIG_ARCH_SHMOBILE) := shmobile --- 128 unchanged lines hidden --- |