Changeset 19383174 in rtems
- Timestamp:
- 11/09/00 14:26:25 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3bb7e6d5
- Parents:
- b6076b01
- Location:
- c/src/lib/libbsp/h8300/h8sim
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/h8300/h8sim/ChangeLog
rb6076b01 r19383174 1 2000-11-09 Joel Sherrill <joel@OARcorp.com> 2 3 * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore, 4 wrapup/Makefile.am: Added include of stub clock driver so ticker 5 would link. 1 6 2 7 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> -
c/src/lib/libbsp/h8300/h8sim/configure.in
rb6076b01 r19383174 25 25 AC_OUTPUT( 26 26 Makefile 27 clock/Makefile 27 28 console/Makefile 28 29 include/Makefile -
c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am
rb6076b01 r19383174 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 BSP_FILES = startup c onsole7 BSP_FILES = startup clock console 8 8 9 9 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
Note: See TracChangeset
for help on using the changeset viewer.