summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-14 15:48:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-14 15:48:51 +0000
commit7ea5f34962983150376fefbc653534e3d0a3086d (patch)
tree89b6dea71ca7e98ecfbea44a1d5076be8b858e50 /c
parentDo not build if networking disabled. (diff)
downloadrtems-7ea5f34962983150376fefbc653534e3d0a3086d.tar.bz2
Removed alloc860.c and mmu.c from C_FILES since they are now in libcpu.
Diffstat (limited to 'c')
-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 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