mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 01:08:50 +00: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
|