Makefile 259 B

1234567891011
  1. #
  2. # Makefile for the Linux fat filesystem support.
  3. #
  4. obj-$(CONFIG_FAT_FS) += fat.o
  5. obj-$(CONFIG_VFAT_FS) += vfat.o
  6. obj-$(CONFIG_MSDOS_FS) += msdos.o
  7. fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
  8. vfat-y := namei_vfat.o
  9. msdos-y := namei_msdos.o