Makefile (2ecf042ef530dd0943e41d84b6344f507941af3e) Makefile (7c6337e225364870e9bf02a3ae277d9fdea483f8)
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

--- 121 unchanged lines hidden (view full) ---

130 machine-$(CONFIG_ARCH_AAEC2000) := aaec2000
131 machine-$(CONFIG_ARCH_REALVIEW) := realview
132 machine-$(CONFIG_ARCH_AT91) := at91
133 machine-$(CONFIG_ARCH_EP93XX) := ep93xx
134 machine-$(CONFIG_ARCH_PNX4008) := pnx4008
135 machine-$(CONFIG_ARCH_NETX) := netx
136 machine-$(CONFIG_ARCH_NS9XXX) := ns9xxx
137 textofs-$(CONFIG_ARCH_NS9XXX) := 0x00108000
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

--- 121 unchanged lines hidden (view full) ---

130 machine-$(CONFIG_ARCH_AAEC2000) := aaec2000
131 machine-$(CONFIG_ARCH_REALVIEW) := realview
132 machine-$(CONFIG_ARCH_AT91) := at91
133 machine-$(CONFIG_ARCH_EP93XX) := ep93xx
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
138
139ifeq ($(CONFIG_ARCH_EBSA110),y)
140# This is what happens if you forget the IOCS16 line.
141# PCMCIA cards stop working.
142CFLAGS_3c589_cs.o :=-DISA_SIXTEEN_BIT_PERIPHERAL
143export CFLAGS_3c589_cs.o
144endif
145

--- 109 unchanged lines hidden ---
139
140ifeq ($(CONFIG_ARCH_EBSA110),y)
141# This is what happens if you forget the IOCS16 line.
142# PCMCIA cards stop working.
143CFLAGS_3c589_cs.o :=-DISA_SIXTEEN_BIT_PERIPHERAL
144export CFLAGS_3c589_cs.o
145endif
146

--- 109 unchanged lines hidden ---