]> git.sur5r.net Git - u-boot/blobdiff - drivers/Makefile
ARM: sun6i: Add clock support
[u-boot] / drivers / Makefile
index 9cec2ba6fe96317f914e45effaf197de80a9ad48..d8361d95fd15ea8dab26b6e408cb8d4fb17d0eeb 100644 (file)
@@ -1,8 +1,10 @@
-obj-y += bios_emulator/
+obj-$(CONFIG_DM) += core/
+obj-$(CONFIG_DM_DEMO) += demo/
+obj-$(CONFIG_BIOSEMU) += bios_emulator/
 obj-y += block/
 obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
 obj-y += crypto/
-obj-y += fpga/
+obj-$(CONFIG_FPGA) += fpga/
 obj-y += hwmon/
 obj-y += misc/
 obj-y += pcmcia/
@@ -13,3 +15,7 @@ obj-y += tpm/
 obj-y += twserial/
 obj-y += video/
 obj-y += watchdog/
+obj-$(CONFIG_QE) += qe/
+obj-y += memory/
+obj-y += pwm/
+obj-y += input/