Changeset c8abef6 in rtems
- Timestamp:
- 09/05/00 15:50:49 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 761feae
- Parents:
- b1d2f4c7
- Location:
- c/src/lib/libbsp/powerpc/eth_comm
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/eth_comm/ChangeLog
rb1d2f4c7 rc8abef6 1 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * canbus/Makefile.am, console/Makefile.am, network/Makefile.am, 4 start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include 5 compile.am 6 1 7 2000-08-10 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/lib/libbsp/powerpc/eth_comm/canbus/Makefile.am
rb1d2f4c7 rc8abef6 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/powerpc/eth_comm/console/Makefile.am
rb1d2f4c7 rc8abef6 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/powerpc/eth_comm/network/Makefile.am
rb1d2f4c7 rc8abef6 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/powerpc/eth_comm/start/Makefile.am
rb1d2f4c7 rc8abef6 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/powerpc/eth_comm/startup/Makefile.am
rb1d2f4c7 rc8abef6 9 9 PGM = $(ARCH)/startup.rel 10 10 11 C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c cpuinit.c main.c\12 mmutlbtab.c sbrk.c setvec.c gnatinstallhandler.c11 C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c cpuinit.c \ 12 main.c mmutlbtab.c sbrk.c setvec.c gnatinstallhandler.c 13 13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 14 14 … … 16 16 17 17 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 18 include $(top_srcdir)/../../../../../../automake/compile.am 18 19 include $(top_srcdir)/../../../../../../automake/lib.am 19 20 -
c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.am
rb1d2f4c7 rc8abef6 17 17 # bummer; have to use $foreach since % pattern subst rules only replace 1x 18 18 OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \ 19 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.o) \20 $(wildcard ../../../../libcpu/powerpc/old_exception_processing/$(ARCH)/*.rel) \21 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.o)19 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.o) \ 20 $(wildcard ../../../../libcpu/powerpc/old_exception_processing/$(ARCH)/*.rel) \ 21 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.o) 22 22 LIB = $(ARCH)/libbsp.a 23 23 24 24 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 25 include $(top_srcdir)/../../../../../../automake/compile.am 25 26 include $(top_srcdir)/../../../../../../automake/lib.am 26 27
Note: See TracChangeset
for help on using the changeset viewer.