]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/Makefile
ARM: keystone: aemif: move aemif driver to drivers/memory/ti-aemif.c
[karo-tx-uboot.git] / drivers / Makefile
index 9cec2ba6fe96317f914e45effaf197de80a9ad48..b23076f614a0fdac02c17cb19c3dcb45bcd90a68 100644 (file)
@@ -1,8 +1,8 @@
-obj-y += bios_emulator/
+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 +13,5 @@ obj-y += tpm/
 obj-y += twserial/
 obj-y += video/
 obj-y += watchdog/
+obj-$(CONFIG_QE) += qe/
+obj-y += memory/