summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-14 17:43:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-14 17:43:04 +0000
commitf585287f21ef28e7b9ba22e0fedda21c272ebe1a (patch)
tree4a570c8b0e8f06de7aede2ce0f8a00dd7f5d8ef0
parentPatch rtems-4.5-beta3-mon.diff from Chris Johns <cjohns@cybertec.com.au> (diff)
downloadrtems-f585287f21ef28e7b9ba22e0fedda21c272ebe1a.tar.bz2
Patch from Darlene A. Stewart <Darlene.Stewart@nrc.ca> to add missing
file to Makefile.am.
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/startup/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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)