diff options
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index ac786bf0f546..80cee786500c 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -158,6 +158,7 @@ core-$(CONFIG_FPE_FASTFPE) += $(FASTFPE_OBJ) | |||
158 | core-$(CONFIG_VFP) += arch/arm/vfp/ | 158 | core-$(CONFIG_VFP) += arch/arm/vfp/ |
159 | 159 | ||
160 | # If we have a common platform directory, then include it in the build. | 160 | # If we have a common platform directory, then include it in the build. |
161 | core-$(CONFIG_PLAT_IOP) += arch/arm/plat-iop/ | ||
161 | core-$(CONFIG_ARCH_OMAP) += arch/arm/plat-omap/ | 162 | core-$(CONFIG_ARCH_OMAP) += arch/arm/plat-omap/ |
162 | 163 | ||
163 | drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/ | 164 | drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/ |