Revision a3a5d4347d50d4d73e0c3ecdd7ec02be8b9ba704 authored by Alexander Potapenko on 06 April 2018, 14:56:31 UTC, committed by Alexander Potapenko on 28 August 2018, 10:29:15 UTC
1 parent c13d9a1
Raw File
Makefile
#
# 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