Changeset a342f8f in rtems
- Timestamp:
- 01/15/03 05:45:35 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e4132bf2
- Parents:
- 0ecfe0a0
- Location:
- c/src/lib/libbsp/no_cpu/no_bsp
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog
r0ecfe0a0 ra342f8f 1 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. 4 * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. 5 * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg. 6 * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. 7 * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg. 8 1 9 2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/lib/libbsp/no_cpu/no_bsp/clock/Makefile.am
r0ecfe0a0 ra342f8f 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/no_cpu/no_bsp/console/Makefile.am
r0ecfe0a0 ra342f8f 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/no_cpu/no_bsp/shmsupp/Makefile.am
r0ecfe0a0 ra342f8f 12 12 OBJS = $(C_O_FILES) 13 13 14 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg15 14 include $(top_srcdir)/../../../../../../automake/compile.am 16 15 include $(top_srcdir)/../../../../../../automake/lib.am -
c/src/lib/libbsp/no_cpu/no_bsp/startup/Makefile.am
r0ecfe0a0 ra342f8f 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/no_cpu/no_bsp/timer/Makefile.am
r0ecfe0a0 ra342f8f 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.