mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 13:26:47 +07:00
8 lines
107 B
Makefile
8 lines
107 B
Makefile
|
#
|
||
|
# Makefile for the linux vfat-filesystem routines.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_VFAT_FS) += vfat.o
|
||
|
|
||
|
vfat-y := namei.o
|