swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 6887a4131da3adaab011613776d865f4bcfb5678 authored by Linus Torvalds on 30 June 2012, 23:08:57 UTC
Linux 3.5-rc5
Tip revision: 6887a41
Makefile
#
# Makefile for the linux BeOS filesystem routines.
#
 
obj-$(CONFIG_BEFS_FS) += befs.o

befs-objs := datastream.o btree.o super.o inode.o debug.o io.o linuxvfs.o
back to top