]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/Makefile
dm: Expand and complete Kconfig in drivers/
[karo-tx-uboot.git] / drivers / Makefile
index b22b109404ebef8506e8b8b8f064e8bd487768ad..5ef58c051e7f969c0f1c25a247a933975fa129e3 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/
@@ -14,5 +16,10 @@ obj-y += twserial/
 obj-y += video/
 obj-y += watchdog/
 obj-$(CONFIG_QE) += qe/
+obj-$(CONFIG_U_QE) += qe/
 obj-y += memory/
 obj-y += pwm/
+obj-y += input/
+# SOC specific infrastructure drivers.
+obj-y += soc/
+obj-y += thermal/