Do not build if networking disabled.

This commit is contained in:
Joel Sherrill
2000-06-14 15:48:17 +00:00
parent 134b163f42
commit 14210f5279

View File

@@ -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)