Blame view

fs/fat/Makefile 259 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
  #
  # Makefile for the Linux fat filesystem support.
  #
  
  obj-$(CONFIG_FAT_FS) += fat.o
990e194e6   OGAWA Hirofumi   fat: move fs/vfat...
6
7
  obj-$(CONFIG_VFAT_FS) += vfat.o
  obj-$(CONFIG_MSDOS_FS) += msdos.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
8

21b6633d5   Steven J. Magnani   fat (exportfs): m...
9
  fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
990e194e6   OGAWA Hirofumi   fat: move fs/vfat...
10
11
  vfat-y := namei_vfat.o
  msdos-y := namei_msdos.o