Makefile (87d8a69709d971913e6cc7210450fcb8be963667) | Makefile (cee37e501ea34958d6d33d75d2bd21d9c343e379) |
---|---|
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 --- 164 unchanged lines hidden (view full) --- 173machine-$(CONFIG_ARCH_STMP378X) := stmp378x 174machine-$(CONFIG_ARCH_STMP37XX) := stmp37xx 175machine-$(CONFIG_ARCH_U300) := u300 176machine-$(CONFIG_ARCH_U8500) := ux500 177machine-$(CONFIG_ARCH_VERSATILE) := versatile 178machine-$(CONFIG_ARCH_W90X900) := w90x900 179machine-$(CONFIG_ARCH_NUC93X) := nuc93x 180machine-$(CONFIG_FOOTBRIDGE) := footbridge | 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 --- 164 unchanged lines hidden (view full) --- 173machine-$(CONFIG_ARCH_STMP378X) := stmp378x 174machine-$(CONFIG_ARCH_STMP37XX) := stmp37xx 175machine-$(CONFIG_ARCH_U300) := u300 176machine-$(CONFIG_ARCH_U8500) := ux500 177machine-$(CONFIG_ARCH_VERSATILE) := versatile 178machine-$(CONFIG_ARCH_W90X900) := w90x900 179machine-$(CONFIG_ARCH_NUC93X) := nuc93x 180machine-$(CONFIG_FOOTBRIDGE) := footbridge |
181machine-$(CONFIG_MACH_SPEAR300) := spear3xx 182machine-$(CONFIG_MACH_SPEAR310) := spear3xx 183machine-$(CONFIG_MACH_SPEAR320) := spear3xx 184machine-$(CONFIG_MACH_SPEAR600) := spear6xx |
|
181 182# Platform directory name. This list is sorted alphanumerically 183# by CONFIG_* macro name. 184plat-$(CONFIG_ARCH_MXC) := mxc 185plat-$(CONFIG_ARCH_OMAP) := omap 186plat-$(CONFIG_ARCH_S3C64XX) := samsung 187plat-$(CONFIG_ARCH_STMP3XXX) := stmp3xxx 188plat-$(CONFIG_PLAT_IOP) := iop 189plat-$(CONFIG_PLAT_NOMADIK) := nomadik 190plat-$(CONFIG_PLAT_ORION) := orion 191plat-$(CONFIG_PLAT_PXA) := pxa 192plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx samsung 193plat-$(CONFIG_PLAT_S5PC1XX) := s5pc1xx samsung 194plat-$(CONFIG_PLAT_S5P) := s5p samsung | 185 186# Platform directory name. This list is sorted alphanumerically 187# by CONFIG_* macro name. 188plat-$(CONFIG_ARCH_MXC) := mxc 189plat-$(CONFIG_ARCH_OMAP) := omap 190plat-$(CONFIG_ARCH_S3C64XX) := samsung 191plat-$(CONFIG_ARCH_STMP3XXX) := stmp3xxx 192plat-$(CONFIG_PLAT_IOP) := iop 193plat-$(CONFIG_PLAT_NOMADIK) := nomadik 194plat-$(CONFIG_PLAT_ORION) := orion 195plat-$(CONFIG_PLAT_PXA) := pxa 196plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx samsung 197plat-$(CONFIG_PLAT_S5PC1XX) := s5pc1xx samsung 198plat-$(CONFIG_PLAT_S5P) := s5p samsung |
199plat-$(CONFIG_PLAT_SPEAR) := spear |
|
195 196ifeq ($(CONFIG_ARCH_EBSA110),y) 197# This is what happens if you forget the IOCS16 line. 198# PCMCIA cards stop working. 199CFLAGS_3c589_cs.o :=-DISA_SIXTEEN_BIT_PERIPHERAL 200export CFLAGS_3c589_cs.o 201endif 202 --- 83 unchanged lines hidden --- | 200 201ifeq ($(CONFIG_ARCH_EBSA110),y) 202# This is what happens if you forget the IOCS16 line. 203# PCMCIA cards stop working. 204CFLAGS_3c589_cs.o :=-DISA_SIXTEEN_BIT_PERIPHERAL 205export CFLAGS_3c589_cs.o 206endif 207 --- 83 unchanged lines hidden --- |