summaryrefslogtreecommitdiffstats
path: root/fs/squashfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/squashfs/Makefile')
-rw-r--r--fs/squashfs/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/fs/squashfs/Makefile b/fs/squashfs/Makefile
new file mode 100644
index 0000000000..c0d024c3a8
--- /dev/null
+++ b/fs/squashfs/Makefile
@@ -0,0 +1,13 @@
+obj-y += squashfs.o
+obj-y += block.o
+obj-y += cache.o
+obj-y += decompressor.o
+obj-y += decompressor_single.o
+obj-y += file.o
+obj-y += file_cache.o
+obj-y += fragment.o
+obj-y += id.o
+obj-y += inode.o
+obj-y += namei.o
+obj-y += super.o
+obj-$(CONFIG_SQUASHFS_XZ) += xz_wrapper.o