summaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-03-01 12:10:04 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-03-02 19:51:48 +0100
commit9eeaa7cce84b9fb4674d5e99fbc0c68cdff8c25a (patch)
treec5cd7a0914ed710db656e616a41624dad900bcd7 /fs/Makefile
parent237abe7bb8c5083a1f23c5bd346c41483f15ed0d (diff)
downloadbarebox-9eeaa7cce84b9fb4674d5e99fbc0c68cdff8c25a.tar.gz
barebox-9eeaa7cce84b9fb4674d5e99fbc0c68cdff8c25a.tar.xz
fs: add support for SquashFS 4.0
The driver was imported from Linux 4.4. Current implementation supports only XZ decompressor. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Tested-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 7896e385a0..f2bb702851 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -15,4 +15,5 @@ obj-$(CONFIG_FS_EFI) += efi.o
obj-$(CONFIG_FS_EFIVARFS) += efivarfs.o
obj-$(CONFIG_FS_SMHFS) += smhfs.o
obj-$(CONFIG_FS_PSTORE) += pstore/
+obj-$(CONFIG_FS_SQUASHFS) += squashfs/
obj-$(CONFIG_FS_RATP) += ratpfs.o