aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 59c1ce858fc8..30a21dddccb9 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -245,13 +245,14 @@ ifeq ($(FASTFPE),$(wildcard $(FASTFPE)))
245FASTFPE_OBJ :=$(FASTFPE)/ 245FASTFPE_OBJ :=$(FASTFPE)/
246endif 246endif
247 247
248# If we have a machine-specific directory, then include it in the build.
249core-y += arch/arm/kernel/ arch/arm/mm/ arch/arm/common/
250core-y += $(machdirs) $(platdirs)
251core-$(CONFIG_FPE_NWFPE) += arch/arm/nwfpe/ 248core-$(CONFIG_FPE_NWFPE) += arch/arm/nwfpe/
252core-$(CONFIG_FPE_FASTFPE) += $(FASTFPE_OBJ) 249core-$(CONFIG_FPE_FASTFPE) += $(FASTFPE_OBJ)
253core-$(CONFIG_VFP) += arch/arm/vfp/ 250core-$(CONFIG_VFP) += arch/arm/vfp/
254 251
252# If we have a machine-specific directory, then include it in the build.
253core-y += arch/arm/kernel/ arch/arm/mm/ arch/arm/common/
254core-y += $(machdirs) $(platdirs)
255
255drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/ 256drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/
256 257
257libs-y := arch/arm/lib/ $(libs-y) 258libs-y := arch/arm/lib/ $(libs-y)