From: M. R. B. <mr...@us...> - 2002-11-03 03:58:59
|
Update of /cvsroot/linuxdc/linux-sh-dc/fs/vmufs In directory usw-pr-cvs1:/tmp/cvs-serv22940/fs/vmufs Added Files: Tag: linux-sh-dc-2_4-branch Makefile Log Message: Add glue to allow vmufs to build --- NEW FILE: Makefile --- # # Makefile for the Dreamcast VMU file system. # O_TARGET := vmufs.o obj-y := vmufs_inode.c vmufs_super.c obj-m := $(O_TARGET) include $(TOPDIR)/Rules.make |