]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - spl/Makefile
mtd: Add a CONFIG_SPL_MTD_SUPPORT for a more full NAND subsystem in SPL
[karo-tx-uboot.git] / spl / Makefile
index 6fec2522a8c90f3598237f46b7592a0fef8ab206..a4d973744b3210614f312281a3a45f69a76a55ff 100644 (file)
@@ -104,6 +104,7 @@ libs-$(CONFIG_SPL_SPI_SUPPORT) += drivers/spi/
 libs-y += fs/
 libs-$(CONFIG_SPL_LIBGENERIC_SUPPORT) += lib/
 libs-$(CONFIG_SPL_POWER_SUPPORT) += drivers/power/ drivers/power/pmic/
+libs-$(CONFIG_SPL_MTD_SUPPORT) += drivers/mtd/
 libs-$(if $(CONFIG_CMD_NAND),$(CONFIG_SPL_NAND_SUPPORT)) += drivers/mtd/nand/
 libs-$(CONFIG_SPL_DRIVERS_MISC_SUPPORT) += drivers/misc/
 libs-$(CONFIG_SPL_ONENAND_SUPPORT) += drivers/mtd/onenand/