Changeset 761feae in rtems
- Timestamp:
- 09/05/00 15:51:09 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 068231cd
- Parents:
- c8abef6
- Location:
- c/src/lib/libbsp/powerpc/mbx8xx
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
rc8abef6 r761feae 1 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * console/Makefile.am, network/Makefile.am, startup/Makefile.am, 4 wrapup/Makefile.am: Include compile.am 5 1 6 2000-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/powerpc/mbx8xx/Makefile.am
rc8abef6 r761feae 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 -
c/src/lib/libbsp/powerpc/mbx8xx/console/Makefile.am
rc8abef6 r761feae 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 … … 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/mbx8xx/include/Makefile.am
rc8abef6 r761feae 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 -
c/src/lib/libbsp/powerpc/mbx8xx/network/Makefile.am
rc8abef6 r761feae 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 … … 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/mbx8xx/startup/Makefile.am
rc8abef6 r761feae 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 … … 9 9 PGM = $(ARCH)/startup.rel 10 10 11 C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c imbx8xx.c main.c\12 m mutlbtab.c sbrk.c setvec.c gnatinstallhandler.c11 C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c imbx8xx.c \ 12 main.c mmutlbtab.c sbrk.c setvec.c gnatinstallhandler.c 13 13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 14 14 … … 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 -
c/src/lib/libbsp/powerpc/mbx8xx/wrapup/Makefile.am
rc8abef6 r761feae 1 ## 1 ## 2 2 ## $Id$ 3 ## 3 ## 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 … … 13 13 # pieces to pick up out of libcpu/ppc 14 14 # CPU_PIECES = mpc8xx/clock mpc8xx/console-generic mpc8xx/cpm \ 15 mpc8xx/mmu mpc8xx/timer mpc8xx/vectors15 # mpc8xx/mmu mpc8xx/timer mpc8xx/vectors 16 16 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)/mpc8xx/*/$(ARCH)/*.o)19 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.o) \ 20 $(wildcard ../../../../libcpu/powerpc/old_exception_processing/$(ARCH)/*.rel) \ 21 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/mpc8xx/*/$(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.