diff options
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 000f1100b553..1320418b5d6f 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -124,10 +124,12 @@ endif | |||
124 | machine-$(CONFIG_ARCH_H720X) := h720x | 124 | machine-$(CONFIG_ARCH_H720X) := h720x |
125 | machine-$(CONFIG_ARCH_AAEC2000) := aaec2000 | 125 | machine-$(CONFIG_ARCH_AAEC2000) := aaec2000 |
126 | machine-$(CONFIG_ARCH_REALVIEW) := realview | 126 | machine-$(CONFIG_ARCH_REALVIEW) := realview |
127 | machine-$(CONFIG_ARCH_AT91) := at91rm9200 | 127 | machine-$(CONFIG_ARCH_AT91) := at91rm9200 |
128 | machine-$(CONFIG_ARCH_EP93XX) := ep93xx | 128 | machine-$(CONFIG_ARCH_EP93XX) := ep93xx |
129 | machine-$(CONFIG_ARCH_PNX4008) := pnx4008 | 129 | machine-$(CONFIG_ARCH_PNX4008) := pnx4008 |
130 | machine-$(CONFIG_ARCH_NETX) := netx | 130 | machine-$(CONFIG_ARCH_NETX) := netx |
131 | machine-$(CONFIG_ARCH_NS9XXX) := ns9xxx | ||
132 | textofs-$(CONFIG_ARCH_NS9XXX) := 0x00108000 | ||
131 | 133 | ||
132 | ifeq ($(CONFIG_ARCH_EBSA110),y) | 134 | ifeq ($(CONFIG_ARCH_EBSA110),y) |
133 | # This is what happens if you forget the IOCS16 line. | 135 | # This is what happens if you forget the IOCS16 line. |
@@ -149,7 +151,7 @@ MACHINE := arch/arm/mach-$(machine-y)/ | |||
149 | else | 151 | else |
150 | MACHINE := | 152 | MACHINE := |
151 | endif | 153 | endif |
152 | 154 | ||
153 | export TEXT_OFFSET GZFLAGS MMUEXT | 155 | export TEXT_OFFSET GZFLAGS MMUEXT |
154 | 156 | ||
155 | # Do we have FASTFPE? | 157 | # Do we have FASTFPE? |
@@ -161,6 +163,11 @@ endif | |||
161 | # If we have a machine-specific directory, then include it in the build. | 163 | # If we have a machine-specific directory, then include it in the build. |
162 | core-y += arch/arm/kernel/ arch/arm/mm/ arch/arm/common/ | 164 | core-y += arch/arm/kernel/ arch/arm/mm/ arch/arm/common/ |
163 | core-y += $(MACHINE) | 165 | core-y += $(MACHINE) |
166 | core-$(CONFIG_ARCH_S3C2410) += arch/arm/mach-s3c2400/ | ||
167 | core-$(CONFIG_ARCH_S3C2410) += arch/arm/mach-s3c2412/ | ||
168 | core-$(CONFIG_ARCH_S3C2410) += arch/arm/mach-s3c2440/ | ||
169 | core-$(CONFIG_ARCH_S3C2410) += arch/arm/mach-s3c2442/ | ||
170 | core-$(CONFIG_ARCH_S3C2410) += arch/arm/mach-s3c2443/ | ||
164 | core-$(CONFIG_FPE_NWFPE) += arch/arm/nwfpe/ | 171 | core-$(CONFIG_FPE_NWFPE) += arch/arm/nwfpe/ |
165 | core-$(CONFIG_FPE_FASTFPE) += $(FASTFPE_OBJ) | 172 | core-$(CONFIG_FPE_FASTFPE) += $(FASTFPE_OBJ) |
166 | core-$(CONFIG_VFP) += arch/arm/vfp/ | 173 | core-$(CONFIG_VFP) += arch/arm/vfp/ |
@@ -168,6 +175,7 @@ core-$(CONFIG_VFP) += arch/arm/vfp/ | |||
168 | # If we have a common platform directory, then include it in the build. | 175 | # If we have a common platform directory, then include it in the build. |
169 | core-$(CONFIG_PLAT_IOP) += arch/arm/plat-iop/ | 176 | core-$(CONFIG_PLAT_IOP) += arch/arm/plat-iop/ |
170 | core-$(CONFIG_ARCH_OMAP) += arch/arm/plat-omap/ | 177 | core-$(CONFIG_ARCH_OMAP) += arch/arm/plat-omap/ |
178 | core-$(CONFIG_PLAT_S3C24XX) += arch/arm/plat-s3c24xx/ | ||
171 | 179 | ||
172 | drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/ | 180 | drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/ |
173 | drivers-$(CONFIG_ARCH_CLPS7500) += drivers/acorn/char/ | 181 | drivers-$(CONFIG_ARCH_CLPS7500) += drivers/acorn/char/ |