brintos

brintos / linux-shallow public Read only

0
0
Text · 246 B · 6c9c3cb Raw
9 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for the linux BeOS filesystem routines.4#5 6obj-$(CONFIG_BEFS_FS) += befs.o7ccflags-$(CONFIG_BEFS_DEBUG)    += -DDEBUG8befs-objs := datastream.o btree.o super.o inode.o debug.o io.o linuxvfs.o9