SPI: mxc_spi: delay initialisation until claim bus
[oweals/u-boot.git] / drivers / Makefile
index b22b109404ebef8506e8b8b8f064e8bd487768ad..33227c8bd6de003d170962e7f7778ed1b091c460 100644 (file)
@@ -1,3 +1,5 @@
+obj-$(CONFIG_DM) += core/
+obj-$(CONFIG_DM_DEMO) += demo/
 obj-$(CONFIG_BIOSEMU) += bios_emulator/
 obj-y += block/
 obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
@@ -16,3 +18,6 @@ obj-y += watchdog/
 obj-$(CONFIG_QE) += qe/
 obj-y += memory/
 obj-y += pwm/
+obj-y += input/
+# SOC specific infrastructure drivers.
+obj-y += soc/