1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-04-05 05:13:22 +00:00

SCP: Updated makefile to include NETWORK_USEFUL to KA and KI sims.

This commit is contained in:
Richard Cornwell
2019-03-19 10:31:02 -04:00
parent 7029542b08
commit 6a2ad87c90

View File

@@ -110,6 +110,11 @@ endif
# building the KA10 needs video support
ifneq (,$(findstring ka10,$(MAKECMDGOALS)))
VIDEO_USEFUL = true
NETWORK_USEFUL = true
endif
# building the KI10 needs video support
ifneq (,$(findstring ki10,$(MAKECMDGOALS)))
NETWORK_USEFUL = true
endif
# building the pdp11, pdp10, or any vax simulator could use networking support
ifneq (,$(or $(findstring pdp11,$(MAKECMDGOALS)),$(findstring pdp10,$(MAKECMDGOALS)),$(findstring vax,$(MAKECMDGOALS)),$(findstring all,$(MAKECMDGOALS))))