summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-14 15:48:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-14 15:48:17 +0000
commit14210f527918bdec03f5c9ec4009ae913dc91b4d (patch)
treea776be656d3c18f6bb5dde20a3ad87bb0fa7c999 /c/src/lib/libbsp/powerpc
parentRemoved building of libcpu.a. It is now the individual BSPs (diff)
downloadrtems-14210f527918bdec03f5c9ec4009ae913dc91b4d.tar.bz2
Do not build if networking disabled.
Diffstat (limited to 'c/src/lib/libbsp/powerpc')
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.am b/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.am
index f5bb79a8a3..fb88120d17 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.am
@@ -25,7 +25,9 @@ $(PGM): $(OBJS)
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
+if HAS_NETWORKING
all-local: $(ARCH) $(OBJS) $(PGM)
+endif
.PRECIOUS: $(PGM)