sh: enable CONFIG_USE_PRIVATE_LIBGCC by default
[oweals/u-boot.git] / arch / arm / cpu / arm926ejs / Makefile
index bd1ef8b7d46e38464f5a2e3a7c27e5e8679d14aa..f5944cc965e6df69b6c7979b20d68d5d0c71a043 100644 (file)
@@ -14,4 +14,11 @@ extra-y      :=
 endif
 endif
 
-obj-y += $(if $(SOC),$(SOC)/)
+obj-$(CONFIG_ARMADA100) += armada100/
+obj-$(if $(filter lpc32xx,$(SOC)),y) += lpc32xx/
+obj-$(CONFIG_MB86R0x) += mb86r0x/
+obj-$(CONFIG_MX25) += mx25/
+obj-$(CONFIG_MX27) += mx27/
+obj-$(if $(filter mxs,$(SOC)),y) += mxs/
+obj-$(CONFIG_PANTHEON) += pantheon/
+obj-$(if $(filter spear,$(SOC)),y) += spear/