Commit
fcef6fb6c5cf54927e1ca86b86a991e7aa9391f5
Squashfs: Makefiles
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Showing
2 changed files
with
9 additions
and
0 deletions
Side-by-side Diff
... |
... |
@@ -73,6 +73,7 @@ |
73
|
73 |
obj-$(CONFIG_JBD2) += jbd2/ |
74
|
74 |
obj-$(CONFIG_EXT2_FS) += ext2/ |
75
|
75 |
obj-$(CONFIG_CRAMFS) += cramfs/ |
|
76 |
+obj-$(CONFIG_SQUASHFS) += squashfs/ |
76
|
77 |
obj-y += ramfs/ |
77
|
78 |
obj-$(CONFIG_HUGETLBFS) += hugetlbfs/ |
78
|
79 |
obj-$(CONFIG_CODA_FS) += coda/ |
|
1 |
+# |
|
2 |
+# Makefile for the linux squashfs routines. |
|
3 |
+# |
|
4 |
+ |
|
5 |
+obj-$(CONFIG_SQUASHFS) += squashfs.o |
|
6 |
+squashfs-y += block.o cache.o dir.o export.o file.o fragment.o id.o inode.o |
|
7 |
+squashfs-y += namei.o super.o symlink.o |
|
8 |
+#squashfs-y += squashfs2_0.o |