From 592f922261993bad8cfb96395342e25eda6776e3 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Wed, 15 Oct 2014 17:53:12 +0200 Subject: spl: Add EXT support to SPL Add EXT filesystem support to SPL. Signed-off-by: Guillaume GARDET [trini: Fix a warning and checkpatch problems] Signed-off-by: Tom Rini --- common/spl/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'common/spl/Makefile') diff --git a/common/spl/Makefile b/common/spl/Makefile index 64569c2cc6..10a4589969 100644 --- a/common/spl/Makefile +++ b/common/spl/Makefile @@ -18,5 +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 -- cgit v1.2.1