summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/erc32sonic/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/erc32sonic/Makefile.am b/c/src/lib/libbsp/sparc/erc32/erc32sonic/Makefile.am
index 6e5ed48573..411b9b18a4 100644
--- a/c/src/lib/libbsp/sparc/erc32/erc32sonic/Makefile.am
+++ b/c/src/lib/libbsp/sparc/erc32/erc32sonic/Makefile.am
@@ -26,7 +26,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)