Changeset 87bf791 in rtems
- Timestamp:
- 01/15/03 10:40:53 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d6c3d56
- Parents:
- 2ca8c2c
- Location:
- c/src/lib/libbsp/hppa1.1/simhppa
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog
r2ca8c2c r87bf791 1 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg. 4 * start/Makefile.am: Don't include @RTEMS_BSP@.cfg. 5 * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. 6 * tty/Makefile.am: Don't include @RTEMS_BSP@.cfg. 7 1 8 2002-12-19 Joel Sherrill <joel@OARcorp.com> 2 9 -
c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.am
r2ca8c2c r87bf791 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg14 13 include $(top_srcdir)/../../../../../../automake/compile.am 15 14 include $(top_srcdir)/../../../../../../automake/lib.am -
c/src/lib/libbsp/hppa1.1/simhppa/start/Makefile.am
r2ca8c2c r87bf791 8 8 OBJS = $(S_O_FILES) 9 9 10 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg11 10 include $(top_srcdir)/../../../../../../automake/compile.am 12 11 include $(top_srcdir)/../../../../../../automake/lib.am -
c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.am
r2ca8c2c r87bf791 14 14 OBJS = $(C_O_FILES) 15 15 16 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg17 16 include $(top_srcdir)/../../../../../../automake/compile.am 18 17 include $(top_srcdir)/../../../../../../automake/lib.am -
c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.am
r2ca8c2c r87bf791 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg14 13 include $(top_srcdir)/../../../../../../automake/compile.am 15 14 include $(top_srcdir)/../../../../../../automake/lib.am
Note: See TracChangeset
for help on using the changeset viewer.