diff options
author | OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> | 2008-11-06 12:53:45 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-11-06 15:41:20 -0800 |
commit | 990e194e69009028e029b7d25da68c38241ec4f0 (patch) | |
tree | 633cb49307dcbac72c524a5e62ec2ce88befed1d /fs/vfat/Makefile | |
parent | 8986ab59631b1f2e82ac820c8fd76a34462915ca (diff) | |
download | linux-3.10-990e194e69009028e029b7d25da68c38241ec4f0.tar.gz linux-3.10-990e194e69009028e029b7d25da68c38241ec4f0.tar.bz2 linux-3.10-990e194e69009028e029b7d25da68c38241ec4f0.zip |
fat: move fs/vfat/* and fs/msdos/* to fs/fat
This just moves those files, but change link order from MSDOS, VFAT to
VFAT, MSDOS.
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/vfat/Makefile')
-rw-r--r-- | fs/vfat/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/vfat/Makefile b/fs/vfat/Makefile deleted file mode 100644 index 40f2798a4f0..00000000000 --- a/fs/vfat/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# -# Makefile for the linux vfat-filesystem routines. -# - -obj-$(CONFIG_VFAT_FS) += vfat.o - -vfat-y := namei.o |