mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 13:50:52 +07: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
|