Update of /cvsroot/linux-vax/kernel-2.5/fs/ods2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21724/ods2
Added Files:
Makefile
Log Message:
- Integrate ODS-2 into the build environment. Of course, it won't compile
right now because it's 2.4.x source code...
--- NEW FILE: Makefile ---
#
# Makefile for the Linux ods2 filesystem implementation.
#
obj-$(CONFIG_ODS2_FS) += ods2.o
ods2-objs := super.o inode.o file.o dir.o util.o tparse.o
|