mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 11:50:52 +07:00
8 lines
164 B
Makefile
8 lines
164 B
Makefile
|
#
|
||
|
# Makefile for the linux BeOS filesystem routines.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_BEFS_FS) += befs.o
|
||
|
|
||
|
befs-objs := datastream.o btree.o super.o inode.o debug.o io.o linuxvfs.o
|