mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 17:54:13 +08:00
8 lines
142 B
Makefile
8 lines
142 B
Makefile
|
#
|
||
|
# Makefile for the Linux fat filesystem support.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_FAT_FS) += fat.o
|
||
|
|
||
|
fat-objs := cache.o dir.o fatent.o file.o inode.o misc.o
|