]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/spl/Makefile
JFFS2: Speed up and fix comparison functions
[karo-tx-uboot.git] / common / spl / Makefile
index 65a1484fc4e48fc6016e57c385778837599add63..10a458996965ac872b3e13a1a6932a1666c85577 100644 (file)
@@ -18,4 +18,6 @@ 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