From 7ea5f34962983150376fefbc653534e3d0a3086d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Jun 2000 15:48:51 +0000 Subject: Removed alloc860.c and mmu.c from C_FILES since they are now in libcpu. --- c/src/lib/libbsp/powerpc/eth_comm/startup/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c') diff --git a/c/src/lib/libbsp/powerpc/eth_comm/startup/Makefile.am b/c/src/lib/libbsp/powerpc/eth_comm/startup/Makefile.am index 08c4df7b96..a3f8ca7ee4 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/startup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/eth_comm/startup/Makefile.am @@ -9,7 +9,7 @@ VPATH = @srcdir@:@srcdir@/../../../shared PGM = $(ARCH)/startup.rel C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c main.c sbrk.c \ - setvec.c alloc860.c mmu.c gnatinstallhandler.c + setvec.c gnatinstallhandler.c C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) OBJS = $(C_O_FILES) @@ -34,6 +34,6 @@ all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) -EXTRA_DIST = alloc860.c bspstart.c linkcmds mmu.c setvec.c +EXTRA_DIST = bspstart.c linkcmds setvec.c include $(top_srcdir)/../../../../../../automake/local.am -- cgit v1.2.3