]> git.sur5r.net Git - u-boot/blobdiff - drivers/Makefile
mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_host
[u-boot] / drivers / Makefile
index 95a4b807242816a6c546283de8686d946514a63d..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/
@@ -13,3 +15,11 @@ obj-y += tpm/
 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/