diff options
author | Phillip Lougher <phillip@lougher.demon.co.uk> | 2009-05-13 03:25:20 +0100 |
---|---|---|
committer | Phillip Lougher <phillip@lougher.demon.co.uk> | 2009-05-13 03:25:20 +0100 |
commit | e5d287539dba264a1d9d7607a25b8c8c61c9d658 (patch) | |
tree | e2066c4754d0662680abb6decaf1510930edb0a1 /fs | |
parent | fffb47b80e8bb3f171ef02b90b1ae22c63983979 (diff) | |
download | linux-3.10-e5d287539dba264a1d9d7607a25b8c8c61c9d658.tar.gz linux-3.10-e5d287539dba264a1d9d7607a25b8c8c61c9d658.tar.bz2 linux-3.10-e5d287539dba264a1d9d7607a25b8c8c61c9d658.zip |
Squashfs: cody tidying, remove commented out line in Makefile
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/squashfs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/squashfs/Makefile b/fs/squashfs/Makefile index 8258cf9a031..70e3244fa30 100644 --- a/fs/squashfs/Makefile +++ b/fs/squashfs/Makefile @@ -5,4 +5,3 @@ obj-$(CONFIG_SQUASHFS) += squashfs.o squashfs-y += block.o cache.o dir.o export.o file.o fragment.o id.o inode.o squashfs-y += namei.o super.o symlink.o -#squashfs-y += squashfs2_0.o |