Makefile (a2ab67fae1ab9226679495a8d260f4e6555efc5f) Makefile (46ba0abfe1ac2bd9608d0fc9e914379be695aa5b)
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

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

94KBUILD_CFLAGS +=$(CFLAGS_ABI) $(arch-y) $(tune-y) $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) -msoft-float -Uarm
95KBUILD_AFLAGS +=$(CFLAGS_ABI) $(arch-y) $(tune-y) -msoft-float
96
97CHECKFLAGS += -D__arm__
98
99#Default value
100head-y := arch/arm/kernel/head$(MMUEXT).o arch/arm/kernel/init_task.o
101textofs-y := 0x00008000
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

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

94KBUILD_CFLAGS +=$(CFLAGS_ABI) $(arch-y) $(tune-y) $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) -msoft-float -Uarm
95KBUILD_AFLAGS +=$(CFLAGS_ABI) $(arch-y) $(tune-y) -msoft-float
96
97CHECKFLAGS += -D__arm__
98
99#Default value
100head-y := arch/arm/kernel/head$(MMUEXT).o arch/arm/kernel/init_task.o
101textofs-y := 0x00008000
102textofs-$(CONFIG_ARCH_CLPS711X) := 0x00028000
103# SA1111 DMA bug: we don't want the kernel to live in precious DMA-able memory
102
103 machine-$(CONFIG_ARCH_RPC) := rpc
104 machine-$(CONFIG_ARCH_EBSA110) := ebsa110
105 machine-$(CONFIG_FOOTBRIDGE) := footbridge
106 machine-$(CONFIG_ARCH_SHARK) := shark
107 machine-$(CONFIG_ARCH_SA1100) := sa1100
104ifeq ($(CONFIG_ARCH_SA1100),y)
108ifeq ($(CONFIG_ARCH_SA1100),y)
105textofs-$(CONFIG_SA1111) := 0x00208000
109# SA1111 DMA bug: we don't want the kernel to live in precious DMA-able memory
110 textofs-$(CONFIG_SA1111) := 0x00208000
106endif
111endif
112 machine-$(CONFIG_ARCH_PXA) := pxa
113 machine-$(CONFIG_ARCH_MMP) := mmp
114 plat-$(CONFIG_PLAT_PXA) := pxa
115 machine-$(CONFIG_ARCH_L7200) := l7200
116 machine-$(CONFIG_ARCH_INTEGRATOR) := integrator
117 machine-$(CONFIG_ARCH_GEMINI) := gemini
118 textofs-$(CONFIG_ARCH_CLPS711X) := 0x00028000
119 machine-$(CONFIG_ARCH_CLPS711X) := clps711x
120 machine-$(CONFIG_ARCH_IOP32X) := iop32x
121 machine-$(CONFIG_ARCH_IOP33X) := iop33x
122 machine-$(CONFIG_ARCH_IOP13XX) := iop13xx
123 plat-$(CONFIG_PLAT_IOP) := iop
124 machine-$(CONFIG_ARCH_IXP4XX) := ixp4xx
125 machine-$(CONFIG_ARCH_IXP2000) := ixp2000
126 machine-$(CONFIG_ARCH_IXP23XX) := ixp23xx
127 machine-$(CONFIG_ARCH_OMAP1) := omap1
128 machine-$(CONFIG_ARCH_OMAP2) := omap2
129 machine-$(CONFIG_ARCH_OMAP3) := omap2
130 machine-$(CONFIG_ARCH_OMAP4) := omap2
131 plat-$(CONFIG_ARCH_OMAP) := omap
132 machine-$(CONFIG_ARCH_S3C2410) := s3c2410 s3c2400 s3c2412 s3c2440 s3c2442 s3c2443
133 machine-$(CONFIG_ARCH_S3C24A0) := s3c24a0
134 plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c
135 machine-$(CONFIG_ARCH_S3C64XX) := s3c6400 s3c6410
136 plat-$(CONFIG_PLAT_S3C64XX) := s3c64xx s3c
137 machine-$(CONFIG_ARCH_LH7A40X) := lh7a40x
138 machine-$(CONFIG_ARCH_VERSATILE) := versatile
139 machine-$(CONFIG_ARCH_IMX) := imx
140 machine-$(CONFIG_ARCH_H720X) := h720x
141 machine-$(CONFIG_ARCH_AAEC2000) := aaec2000
142 machine-$(CONFIG_ARCH_REALVIEW) := realview
143 machine-$(CONFIG_ARCH_AT91) := at91
144 machine-$(CONFIG_ARCH_EP93XX) := ep93xx
145 machine-$(CONFIG_ARCH_PNX4008) := pnx4008
146 machine-$(CONFIG_ARCH_NETX) := netx
147 machine-$(CONFIG_ARCH_NS9XXX) := ns9xxx
148 machine-$(CONFIG_ARCH_DAVINCI) := davinci
149 machine-$(CONFIG_ARCH_KIRKWOOD) := kirkwood
150 machine-$(CONFIG_ARCH_KS8695) := ks8695
151 plat-$(CONFIG_ARCH_MXC) := mxc
152 machine-$(CONFIG_ARCH_MX2) := mx2
153 machine-$(CONFIG_ARCH_MX3) := mx3
154 machine-$(CONFIG_ARCH_MX1) := mx1
155 machine-$(CONFIG_ARCH_ORION5X) := orion5x
156 plat-$(CONFIG_PLAT_ORION) := orion
157 machine-$(CONFIG_ARCH_MSM) := msm
158 machine-$(CONFIG_ARCH_LOKI) := loki
159 machine-$(CONFIG_ARCH_MV78XX0) := mv78xx0
160 machine-$(CONFIG_ARCH_W90X900) := w90x900
107
161
108# Machine directory name. This list is sorted alphanumerically
109# by CONFIG_* macro name.
110machine-$(CONFIG_ARCH_AAEC2000) := aaec2000
111machine-$(CONFIG_ARCH_AT91) := at91
112machine-$(CONFIG_ARCH_CLPS711X) := clps711x
113machine-$(CONFIG_ARCH_DAVINCI) := davinci
114machine-$(CONFIG_ARCH_EBSA110) := ebsa110
115machine-$(CONFIG_ARCH_EP93XX) := ep93xx
116machine-$(CONFIG_ARCH_GEMINI) := gemini
117machine-$(CONFIG_ARCH_H720X) := h720x
118machine-$(CONFIG_ARCH_INTEGRATOR) := integrator
119machine-$(CONFIG_ARCH_IOP13XX) := iop13xx
120machine-$(CONFIG_ARCH_IOP32X) := iop32x
121machine-$(CONFIG_ARCH_IOP33X) := iop33x
122machine-$(CONFIG_ARCH_IXP2000) := ixp2000
123machine-$(CONFIG_ARCH_IXP23XX) := ixp23xx
124machine-$(CONFIG_ARCH_IXP4XX) := ixp4xx
125machine-$(CONFIG_ARCH_KIRKWOOD) := kirkwood
126machine-$(CONFIG_ARCH_KS8695) := ks8695
127machine-$(CONFIG_ARCH_L7200) := l7200
128machine-$(CONFIG_ARCH_LH7A40X) := lh7a40x
129machine-$(CONFIG_ARCH_LOKI) := loki
130machine-$(CONFIG_ARCH_MMP) := mmp
131machine-$(CONFIG_ARCH_MSM) := msm
132machine-$(CONFIG_ARCH_MV78XX0) := mv78xx0
133machine-$(CONFIG_ARCH_MX1) := mx1
134machine-$(CONFIG_ARCH_MX2) := mx2
135machine-$(CONFIG_ARCH_MX3) := mx3
136machine-$(CONFIG_ARCH_NETX) := netx
137machine-$(CONFIG_ARCH_NS9XXX) := ns9xxx
138machine-$(CONFIG_ARCH_OMAP1) := omap1
139machine-$(CONFIG_ARCH_OMAP2) := omap2
140machine-$(CONFIG_ARCH_OMAP3) := omap2
141machine-$(CONFIG_ARCH_ORION5X) := orion5x
142machine-$(CONFIG_ARCH_PNX4008) := pnx4008
143machine-$(CONFIG_ARCH_PXA) := pxa
144machine-$(CONFIG_ARCH_REALVIEW) := realview
145machine-$(CONFIG_ARCH_RPC) := rpc
146machine-$(CONFIG_ARCH_S3C2410) := s3c2410 s3c2400 s3c2412 s3c2440 s3c2442 s3c2443
147machine-$(CONFIG_ARCH_S3C24A0) := s3c24a0
148machine-$(CONFIG_ARCH_S3C64XX) := s3c6400 s3c6410
149machine-$(CONFIG_ARCH_SA1100) := sa1100
150machine-$(CONFIG_ARCH_SHARK) := shark
151machine-$(CONFIG_ARCH_VERSATILE) := versatile
152machine-$(CONFIG_ARCH_W90X900) := w90x900
153machine-$(CONFIG_FOOTBRIDGE) := footbridge
154
155# Platform directory name. This list is sorted alphanumerically
156# by CONFIG_* macro name.
157plat-$(CONFIG_ARCH_MXC) := mxc
158plat-$(CONFIG_ARCH_OMAP) := omap
159plat-$(CONFIG_PLAT_IOP) := iop
160plat-$(CONFIG_PLAT_ORION) := orion
161plat-$(CONFIG_PLAT_PXA) := pxa
162plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c
163plat-$(CONFIG_PLAT_S3C64XX) := s3c64xx s3c
164
165ifeq ($(CONFIG_ARCH_EBSA110),y)
166# This is what happens if you forget the IOCS16 line.
167# PCMCIA cards stop working.
168CFLAGS_3c589_cs.o :=-DISA_SIXTEEN_BIT_PERIPHERAL
169export CFLAGS_3c589_cs.o
170endif
171
172# The byte offset of the kernel image in RAM from the start of RAM.

--- 92 unchanged lines hidden ---
162ifeq ($(CONFIG_ARCH_EBSA110),y)
163# This is what happens if you forget the IOCS16 line.
164# PCMCIA cards stop working.
165CFLAGS_3c589_cs.o :=-DISA_SIXTEEN_BIT_PERIPHERAL
166export CFLAGS_3c589_cs.o
167endif
168
169# The byte offset of the kernel image in RAM from the start of RAM.

--- 92 unchanged lines hidden ---