From f585287f21ef28e7b9ba22e0fedda21c272ebe1a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Jun 2000 17:43:04 +0000 Subject: Patch from Darlene A. Stewart to add missing file to Makefile.am. --- c/src/lib/libbsp/powerpc/eth_comm/startup/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib') 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 a3f8ca7ee4..b30dfcf4f0 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/startup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/eth_comm/startup/Makefile.am @@ -8,8 +8,8 @@ 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 gnatinstallhandler.c +C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c cpuinit.c main.c \ + mmutlbtab.c sbrk.c setvec.c gnatinstallhandler.c C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) OBJS = $(C_O_FILES) -- cgit v1.2.3