Added the IBM PS/ValuePoint 433DX/Si, and the HP Vectra 486VL

Albeit, the Vectra 486VL will be dev branched because of HDC related issues.
This commit is contained in:
amdk6
2020-10-15 21:38:11 +03:00
parent 10ca770470
commit 246ec0c168
7 changed files with 75 additions and 54 deletions

View File

@@ -105,8 +105,8 @@ ifeq ($(DEV_BUILD), y)
ifndef GUSMAX
GUSMAX := y
endif
ifndef DELLS4
DELLS4 := y
ifndef USE_VECT486VL
USE_VECT486VL := y
endif
else
ifndef DEBUG
@@ -187,8 +187,8 @@ else
ifndef GUSMAX
GUSMAX := n
endif
ifndef DELLS4
DELLS4 := n
ifndef USE_VECT486VL
USE_VECT486VL := n
endif
endif
@@ -603,8 +603,8 @@ ifeq ($(GUSMAX), y)
OPTS += -DUSE_GUSMAX
endif
ifeq ($(DELLS4), y)
OPTS += -DUSE_DELLS4
ifeq ($(USE_VECT486VL), y)
OPTS += -DUSE_VECT486VL
endif
endif