git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
8 lines
206 B
Makefile
8 lines
206 B
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
|