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
|