summaryrefslogtreecommitdiff
path: root/fs/Makefile
diff options
context:
space:
mode:
authorGuillaume GARDET <guillaume.gardet@free.fr>2014-10-15 15:53:12 (GMT)
committerTom Rini <trini@ti.com>2014-10-27 21:54:03 (GMT)
commit592f922261993bad8cfb96395342e25eda6776e3 (patch)
treeef21d085acc9f863ea50a7d1446e2acaedbd1aff /fs/Makefile
parent205b4f33cfe58268df7d433f2da515fe660afd9c (diff)
downloadu-boot-fsl-qoriq-592f922261993bad8cfb96395342e25eda6776e3.tar.xz
spl: Add EXT support to SPL
Add EXT filesystem support to SPL. Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr> [trini: Fix a warning and checkpatch problems] Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile
index 1822165..51d06fc 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -8,6 +8,7 @@
ifdef CONFIG_SPL_BUILD
obj-$(CONFIG_SPL_FAT_SUPPORT) += fat/
+obj-$(CONFIG_SPL_EXT_SUPPORT) += ext4/
else
obj-y += fs.o