mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 04:40:53 +07:00
8 lines
157 B
Makefile
8 lines
157 B
Makefile
|
#
|
||
|
# Makefile for the linux adfs filesystem routines.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_ADFS_FS) += adfs.o
|
||
|
|
||
|
adfs-objs := dir.o dir_f.o dir_fplus.o file.o inode.o map.o super.o
|