Changeset a5417074 in rtems
- Timestamp:
- 09/05/00 15:42:23 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 80052531
- Parents:
- 743d9548
- Location:
- c/src/lib/libbsp/i386/pc386
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/3c509/Makefile.am
r743d9548 ra5417074 13 13 14 14 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 15 include $(top_srcdir)/../../../../../../automake/compile.am 15 16 include $(top_srcdir)/../../../../../../automake/lib.am 16 17 -
c/src/lib/libbsp/i386/pc386/ChangeLog
r743d9548 ra5417074 1 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am, 4 ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am, 5 timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include 6 compile.am 7 1 8 2000-08-30 Joel Sherrill <joel@OARcorp.com> 2 9 -
c/src/lib/libbsp/i386/pc386/clock/Makefile.am
r743d9548 ra5417074 11 11 12 12 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 13 include $(top_srcdir)/../../../../../../automake/compile.am 13 14 include $(top_srcdir)/../../../../../../automake/lib.am 14 15 -
c/src/lib/libbsp/i386/pc386/console/Makefile.am
r743d9548 ra5417074 18 18 19 19 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 20 include $(top_srcdir)/../../../../../../automake/compile.am 20 21 include $(top_srcdir)/../../../../../../automake/lib.am 21 22 22 23 PREINSTALL_FILES = $(PROJECT_INCLUDE) \ 23 PREINSTALL_FILES += $(PROJECT_INCLUDE) \ 24 24 $(RTEMS_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/%.h) 25 25 -
c/src/lib/libbsp/i386/pc386/ne2000/Makefile.am
r743d9548 ra5417074 11 11 12 12 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 13 include $(top_srcdir)/../../../../../../automake/compile.am 13 14 include $(top_srcdir)/../../../../../../automake/lib.am 14 15 -
c/src/lib/libbsp/i386/pc386/start/Makefile.am
r743d9548 ra5417074 13 13 14 14 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 15 include $(top_srcdir)/../../../../../../automake/compile.am 15 16 include $(top_srcdir)/../../../../../../automake/lib.am 16 17 -
c/src/lib/libbsp/i386/pc386/startup/Makefile.am
r743d9548 ra5417074 21 21 22 22 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 23 include $(top_srcdir)/../../../../../../automake/compile.am 23 24 include $(top_srcdir)/../../../../../../automake/lib.am 24 25 -
c/src/lib/libbsp/i386/pc386/timer/Makefile.am
r743d9548 ra5417074 12 12 13 13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 14 include $(top_srcdir)/../../../../../../automake/compile.am 14 15 include $(top_srcdir)/../../../../../../automake/lib.am 15 16 -
c/src/lib/libbsp/i386/pc386/wd8003/Makefile.am
r743d9548 ra5417074 11 11 12 12 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 13 include $(top_srcdir)/../../../../../../automake/compile.am 13 14 include $(top_srcdir)/../../../../../../automake/lib.am 14 15 -
c/src/lib/libbsp/i386/pc386/wrapup/Makefile.am
r743d9548 ra5417074 15 15 # bummer; have to use $foreach since % pattern subst rules only replace 1x 16 16 OBJS = $(foreach piece, $(BSP_FILES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \ 17 17 $(wildcard ../../../../libcpu/i386/$(ARCH)/*.o) 18 18 LIB = $(ARCH)/libbsp.a 19 19 20 20 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 21 include $(top_srcdir)/../../../../../../automake/compile.am 21 22 include $(top_srcdir)/../../../../../../automake/lib.am 22 23
Note: See TracChangeset
for help on using the changeset viewer.