2002-02-28 Victor V. Vengerov <vvv@oktet.ru>

* DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
	* Makefile.am: Modified to reflect addition.
This commit is contained in:
Joel Sherrill
2002-02-28 20:50:34 +00:00
parent 1d42dcbcdb
commit 098cdaf63f
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2002-02-28 Victor V. Vengerov <vvv@oktet.ru>
* DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
* Makefile.am: Modified to reflect addition.
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove references to POSIX, ITRON, MULTILIB. * configure.ac: Remove references to POSIX, ITRON, MULTILIB.

View File

@@ -31,6 +31,7 @@ SRCS += $(LIBNETWORKING) $(LIBRDBG) \
$(wildcard $(PROJECT_RELEASE)/lib/libnetchip$(LIB_VARIANT).a) \ $(wildcard $(PROJECT_RELEASE)/lib/libnetchip$(LIB_VARIANT).a) \
$(PROJECT_RELEASE)/lib/libcsupport$(LIB_VARIANT).a \ $(PROJECT_RELEASE)/lib/libcsupport$(LIB_VARIANT).a \
$(PROJECT_RELEASE)/lib/libmisc$(LIB_VARIANT).a \ $(PROJECT_RELEASE)/lib/libmisc$(LIB_VARIANT).a \
$(PROJECT_RELEASE)/lib/libblock$(LIB_VARIANT).a \
$(PROJECT_RELEASE)/lib/libfs$(LIB_VARIANT).a \ $(PROJECT_RELEASE)/lib/libfs$(LIB_VARIANT).a \
$(wildcard $(PROJECT_RELEASE)/lib/rtems-ctor$(LIB_VARIANT).o) $(wildcard $(PROJECT_RELEASE)/lib/rtems-ctor$(LIB_VARIANT).o)