From: M. R. B. <mr...@us...> - 2002-11-03 03:58:59
|
Update of /cvsroot/linuxdc/linux-sh-dc/fs In directory usw-pr-cvs1:/tmp/cvs-serv22940/fs Modified Files: Tag: linux-sh-dc-2_4-branch Config.in Makefile Log Message: Add glue to allow vmufs to build Index: Config.in =================================================================== RCS file: /cvsroot/linuxdc/linux-sh-dc/fs/Attic/Config.in,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- Config.in 3 Nov 2002 03:52:38 -0000 1.1.2.1 +++ Config.in 3 Nov 2002 03:58:55 -0000 1.1.2.2 @@ -93,6 +93,8 @@ tristate 'UFS file system support (read only)' CONFIG_UFS_FS dep_mbool ' UFS file system write support (DANGEROUS)' CONFIG_UFS_FS_WRITE $CONFIG_UFS_FS $CONFIG_EXPERIMENTAL +dep_tristate 'SEGA Dreamcast VMU file system support' CONFIG_VMU_FS $CONFIG_EXPERIMENTAL + if [ "$CONFIG_NET" = "y" ]; then mainmenu_option next_comment Index: Makefile =================================================================== RCS file: /cvsroot/linuxdc/linux-sh-dc/fs/Attic/Makefile,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- Makefile 3 Nov 2002 03:52:38 -0000 1.1.2.1 +++ Makefile 3 Nov 2002 03:58:55 -0000 1.1.2.2 @@ -68,6 +68,7 @@ subdir-$(CONFIG_SUN_OPENPROMFS) += openpromfs subdir-$(CONFIG_BEFS_FS) += befs subdir-$(CONFIG_JFS_FS) += jfs +subdir-$(CONFIG_VMU_FS) += vmufs obj-$(CONFIG_BINFMT_AOUT) += binfmt_aout.o |