]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/spl/Makefile
spl: move comment to the right place
[karo-tx-uboot.git] / common / spl / Makefile
index 5c0637b750bfa98a1e608898d22bea96bfba369b..10a458996965ac872b3e13a1a6932a1666c85577 100644 (file)
@@ -16,4 +16,8 @@ obj-$(CONFIG_SPL_NAND_SUPPORT) += spl_nand.o
 obj-$(CONFIG_SPL_ONENAND_SUPPORT) += spl_onenand.o
 obj-$(CONFIG_SPL_NET_SUPPORT) += spl_net.o
 obj-$(CONFIG_SPL_MMC_SUPPORT) += spl_mmc.o
+obj-$(CONFIG_SPL_USB_SUPPORT) += spl_usb.o
+obj-$(CONFIG_SPL_FAT_SUPPORT) += spl_fat.o
+obj-$(CONFIG_SPL_EXT_SUPPORT) += spl_ext.o
+obj-$(CONFIG_SPL_SATA_SUPPORT) += spl_sata.o
 endif