makefile: Include display support (if available) when building pdp11 individually
This commit is contained in:
parent
e8ea427d4d
commit
13c4681a2a
1 changed files with 2 additions and 0 deletions
2
makefile
2
makefile
|
@ -66,6 +66,8 @@ ifneq (,$(or $(findstring pdp11,$(MAKECMDGOALS)),$(findstring vax,$(MAKECMDGOALS
|
|||
ifneq (,$(findstring all,$(MAKECMDGOALS))$(word 2,$(MAKECMDGOALS)))
|
||||
BUILD_MULTIPLE = s
|
||||
VIDEO_USEFUL = true
|
||||
endif
|
||||
ifneq (,$(findstring pdp11,$(MAKECMDGOALS))$(findstring all,$(MAKECMDGOALS)))
|
||||
DISPLAY_USEFUL = true
|
||||
endif
|
||||
else ifneq (,$(findstring besm6,$(MAKECMDGOALS)))
|
||||
|
|
Loading…
Add table
Reference in a new issue