aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 27032222b86..2dca13f6016 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -94,7 +94,7 @@ CFLAGS_ABI +=-funwind-tables
94endif 94endif
95 95
96ifeq ($(CONFIG_THUMB2_KERNEL),y) 96ifeq ($(CONFIG_THUMB2_KERNEL),y)
97AFLAGS_AUTOIT :=$(call as-option,-Wa$(comma)-mimplicit-it=thumb,-Wa$(comma)-mauto-it) 97AFLAGS_AUTOIT :=$(call as-option,-Wa$(comma)-mimplicit-it=always,-Wa$(comma)-mauto-it)
98AFLAGS_NOWARN :=$(call as-option,-Wa$(comma)-mno-warn-deprecated,-Wa$(comma)-W) 98AFLAGS_NOWARN :=$(call as-option,-Wa$(comma)-mno-warn-deprecated,-Wa$(comma)-W)
99CFLAGS_THUMB2 :=-mthumb $(AFLAGS_AUTOIT) $(AFLAGS_NOWARN) 99CFLAGS_THUMB2 :=-mthumb $(AFLAGS_AUTOIT) $(AFLAGS_NOWARN)
100AFLAGS_THUMB2 :=$(CFLAGS_THUMB2) -Wa$(comma)-mthumb 100AFLAGS_THUMB2 :=$(CFLAGS_THUMB2) -Wa$(comma)-mthumb
@@ -146,6 +146,8 @@ machine-$(CONFIG_ARCH_MX1) := mx1
146machine-$(CONFIG_ARCH_MX2) := mx2 146machine-$(CONFIG_ARCH_MX2) := mx2
147machine-$(CONFIG_ARCH_MX25) := mx25 147machine-$(CONFIG_ARCH_MX25) := mx25
148machine-$(CONFIG_ARCH_MX3) := mx3 148machine-$(CONFIG_ARCH_MX3) := mx3
149machine-$(CONFIG_ARCH_MX5) := mx5
150machine-$(CONFIG_ARCH_MXC91231) := mxc91231
149machine-$(CONFIG_ARCH_NETX) := netx 151machine-$(CONFIG_ARCH_NETX) := netx
150machine-$(CONFIG_ARCH_NOMADIK) := nomadik 152machine-$(CONFIG_ARCH_NOMADIK) := nomadik
151machine-$(CONFIG_ARCH_NS9XXX) := ns9xxx 153machine-$(CONFIG_ARCH_NS9XXX) := ns9xxx
@@ -167,6 +169,7 @@ machine-$(CONFIG_ARCH_S5PC1XX) := s5pc100
167machine-$(CONFIG_ARCH_S5PV210) := s5pv210 169machine-$(CONFIG_ARCH_S5PV210) := s5pv210
168machine-$(CONFIG_ARCH_SA1100) := sa1100 170machine-$(CONFIG_ARCH_SA1100) := sa1100
169machine-$(CONFIG_ARCH_SHARK) := shark 171machine-$(CONFIG_ARCH_SHARK) := shark
172machine-$(CONFIG_ARCH_SHMOBILE) := shmobile
170machine-$(CONFIG_ARCH_STMP378X) := stmp378x 173machine-$(CONFIG_ARCH_STMP378X) := stmp378x
171machine-$(CONFIG_ARCH_STMP37XX) := stmp37xx 174machine-$(CONFIG_ARCH_STMP37XX) := stmp37xx
172machine-$(CONFIG_ARCH_U300) := u300 175machine-$(CONFIG_ARCH_U300) := u300
@@ -174,21 +177,20 @@ machine-$(CONFIG_ARCH_U8500) := ux500
174machine-$(CONFIG_ARCH_VERSATILE) := versatile 177machine-$(CONFIG_ARCH_VERSATILE) := versatile
175machine-$(CONFIG_ARCH_W90X900) := w90x900 178machine-$(CONFIG_ARCH_W90X900) := w90x900
176machine-$(CONFIG_FOOTBRIDGE) := footbridge 179machine-$(CONFIG_FOOTBRIDGE) := footbridge
177machine-$(CONFIG_ARCH_MXC91231) := mxc91231
178 180
179# Platform directory name. This list is sorted alphanumerically 181# Platform directory name. This list is sorted alphanumerically
180# by CONFIG_* macro name. 182# by CONFIG_* macro name.
181plat-$(CONFIG_ARCH_MXC) := mxc 183plat-$(CONFIG_ARCH_MXC) := mxc
182plat-$(CONFIG_ARCH_OMAP) := omap 184plat-$(CONFIG_ARCH_OMAP) := omap
185plat-$(CONFIG_ARCH_S3C64XX) := samsung
186plat-$(CONFIG_ARCH_STMP3XXX) := stmp3xxx
183plat-$(CONFIG_PLAT_IOP) := iop 187plat-$(CONFIG_PLAT_IOP) := iop
184plat-$(CONFIG_PLAT_NOMADIK) := nomadik 188plat-$(CONFIG_PLAT_NOMADIK) := nomadik
185plat-$(CONFIG_PLAT_ORION) := orion 189plat-$(CONFIG_PLAT_ORION) := orion
186plat-$(CONFIG_PLAT_PXA) := pxa 190plat-$(CONFIG_PLAT_PXA) := pxa
187plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx samsung 191plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx samsung
188plat-$(CONFIG_ARCH_S3C64XX) := samsung
189plat-$(CONFIG_PLAT_S5PC1XX) := s5pc1xx samsung 192plat-$(CONFIG_PLAT_S5PC1XX) := s5pc1xx samsung
190plat-$(CONFIG_PLAT_S5P) := s5p samsung 193plat-$(CONFIG_PLAT_S5P) := s5p samsung
191plat-$(CONFIG_ARCH_STMP3XXX) := stmp3xxx
192 194
193ifeq ($(CONFIG_ARCH_EBSA110),y) 195ifeq ($(CONFIG_ARCH_EBSA110),y)
194# This is what happens if you forget the IOCS16 line. 196# This is what happens if you forget the IOCS16 line.