Makefile (69b02f6a9639af89c099d06d5f2c4c66a1b03ebf) | Makefile (9dd0b194bf6804b1998f0fe261b2606ec7b58d72) |
---|---|
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 --- 125 unchanged lines hidden (view full) --- 134 machine-$(CONFIG_ARCH_PNX4008) := pnx4008 135 machine-$(CONFIG_ARCH_NETX) := netx 136 machine-$(CONFIG_ARCH_NS9XXX) := ns9xxx 137 textofs-$(CONFIG_ARCH_NS9XXX) := 0x00108000 138 machine-$(CONFIG_ARCH_DAVINCI) := davinci 139 machine-$(CONFIG_ARCH_KS8695) := ks8695 140 incdir-$(CONFIG_ARCH_MXC) := mxc 141 machine-$(CONFIG_ARCH_MX3) := mx3 | 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 --- 125 unchanged lines hidden (view full) --- 134 machine-$(CONFIG_ARCH_PNX4008) := pnx4008 135 machine-$(CONFIG_ARCH_NETX) := netx 136 machine-$(CONFIG_ARCH_NS9XXX) := ns9xxx 137 textofs-$(CONFIG_ARCH_NS9XXX) := 0x00108000 138 machine-$(CONFIG_ARCH_DAVINCI) := davinci 139 machine-$(CONFIG_ARCH_KS8695) := ks8695 140 incdir-$(CONFIG_ARCH_MXC) := mxc 141 machine-$(CONFIG_ARCH_MX3) := mx3 |
142 machine-$(CONFIG_ARCH_ORION) := orion | 142 machine-$(CONFIG_ARCH_ORION5X) := orion5x |
143 machine-$(CONFIG_ARCH_MSM7X00A) := msm 144 145ifeq ($(CONFIG_ARCH_EBSA110),y) 146# This is what happens if you forget the IOCS16 line. 147# PCMCIA cards stop working. 148CFLAGS_3c589_cs.o :=-DISA_SIXTEEN_BIT_PERIPHERAL 149export CFLAGS_3c589_cs.o 150endif --- 113 unchanged lines hidden --- | 143 machine-$(CONFIG_ARCH_MSM7X00A) := msm 144 145ifeq ($(CONFIG_ARCH_EBSA110),y) 146# This is what happens if you forget the IOCS16 line. 147# PCMCIA cards stop working. 148CFLAGS_3c589_cs.o :=-DISA_SIXTEEN_BIT_PERIPHERAL 149export CFLAGS_3c589_cs.o 150endif --- 113 unchanged lines hidden --- |