Makefile 206 B

1234567
  1. #
  2. # Makefile for the linux BeOS filesystem routines.
  3. #
  4. obj-$(CONFIG_BEFS_FS) += befs.o
  5. ccflags-$(CONFIG_BEFS_DEBUG) += -DDEBUG
  6. befs-objs := datastream.o btree.o super.o inode.o debug.o io.o linuxvfs.o