Changeset 4e942c8 in rtems
- Timestamp:
- 02/06/04 08:09:41 (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ac904b6
- Parents:
- 341c592f
- Location:
- c/src/lib/libbsp/sh
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/gensh1/ChangeLog
r341c592f r4e942c8 1 2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Pickup files from ../../sh/shared instead of 4 ../shared. Reformat. 5 1 6 2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/sh/gensh1/Makefile.am
r341c592f r4e942c8 62 62 EXTRA_PROGRAMS += console.rel 63 63 CLEANFILES += console.rel 64 console_rel_SOURCES = ../ shared/console.c64 console_rel_SOURCES = ../../sh/shared/console.c 65 65 console_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) 66 66 console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) -
c/src/lib/libbsp/sh/gensh2/ChangeLog
r341c592f r4e942c8 1 2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Pickup files from ../../sh/shared instead of 4 ../shared. Reformat. 5 1 6 2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/sh/gensh2/Makefile.am
r341c592f r4e942c8 62 62 EXTRA_PROGRAMS += console.rel 63 63 CLEANFILES += console.rel 64 console_rel_SOURCES = ../ shared/console.c console/config.c64 console_rel_SOURCES = ../../sh/shared/console.c console/config.c 65 65 console_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) 66 66 console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) -
c/src/lib/libbsp/sh/shsim/ChangeLog
r341c592f r4e942c8 1 2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Pickup files from ../../sh/shared instead of 4 ../shared. Reformat. 5 1 6 2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/sh/shsim/Makefile.am
r341c592f r4e942c8 105 105 EXTRA_PROGRAMS += console.rel 106 106 CLEANFILES += console.rel 107 console_rel_SOURCES = ../ shared/console.c107 console_rel_SOURCES = ../../sh/shared/console.c 108 108 console_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) 109 109 console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
Note: See TracChangeset
for help on using the changeset viewer.