From 9eeaa7cce84b9fb4674d5e99fbc0c68cdff8c25a Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Tue, 1 Mar 2016 12:10:04 +0100 Subject: 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 Tested-by: Antony Pavlov Signed-off-by: Sascha Hauer --- fs/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/Makefile') 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 -- cgit v1.2.3