Revision 6613476e225e090cc9aad49be7fa504e290dd33d authored by Linus Torvalds on 21 January 2024, 22:11:32 UTC, committed by Linus Torvalds on 21 January 2024, 22:11:32 UTC
1 parent 35a4474
Raw File
Makefile
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the linux BeOS filesystem routines.
#
 
obj-$(CONFIG_BEFS_FS) += befs.o
ccflags-$(CONFIG_BEFS_DEBUG)    += -DDEBUG
befs-objs := datastream.o btree.o super.o inode.o debug.o io.o linuxvfs.o
back to top