mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
PR 369/filesystem * Makefile.am, configure.ac: sample application to show the use of the DOSFS functions * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c, fileio/system.h: New files.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de>
|
||||
|
||||
PR 369/filesystem
|
||||
* Makefile.am, configure.ac: sample application to show the use of the
|
||||
DOSFS functions
|
||||
* fileio/Makefile.am, fileio/fileio.doc, fileio/init.c,
|
||||
fileio/system.h: New files.
|
||||
|
||||
2003-06-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* pppd/system.h: Hack from Ralf to compile on all targets.
|
||||
|
||||
@@ -15,7 +15,7 @@ FP_TESTS = paranoia
|
||||
NET_TESTS = loopback
|
||||
NET_TESTS += pppd
|
||||
|
||||
SUBDIRS = hello ticker base_sp unlimited minimum $(MP_TESTS) \
|
||||
SUBDIRS = hello ticker base_sp unlimited minimum fileio $(MP_TESTS) \
|
||||
$(CPLUSPLUS_TESTS) $(FP_TESTS) $(NET_TESTS)
|
||||
|
||||
AUTOMAKE_FILES = sample.am
|
||||
|
||||
@@ -43,6 +43,7 @@ base_sp/Makefile
|
||||
hello/Makefile
|
||||
loopback/Makefile
|
||||
minimum/Makefile
|
||||
fileio/Makefile
|
||||
paranoia/Makefile
|
||||
ticker/Makefile
|
||||
unlimited/Makefile
|
||||
|
||||
Reference in New Issue
Block a user