Blame view

fs/fat/Makefile 294 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
2
3
4
5
6
  #
  # Makefile for the Linux fat filesystem support.
  #
  
  obj-$(CONFIG_FAT_FS) += fat.o
990e194e6   OGAWA Hirofumi   fat: move fs/vfat...
7
8
  obj-$(CONFIG_VFAT_FS) += vfat.o
  obj-$(CONFIG_MSDOS_FS) += msdos.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
9

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