Move the Compaq Deskpro 386 to the Dev branch

This commit is contained in:
Alexander Babikov
2022-04-12 15:26:16 +05:00
parent 97b6d57412
commit 355250216f
6 changed files with 21 additions and 0 deletions

View File

@@ -40,6 +40,9 @@ ifeq ($(DEV_BUILD), y)
ifndef CYRIX_6X86
CYRIX_6X86 := y
endif
ifndef DESKPRO386
DESKPRO386 := y
endif
ifndef GUSMAX
GUSMAX := y
endif
@@ -101,6 +104,9 @@ else
ifndef CYRIX_6X86
CYRIX_6X86 := n
endif
ifndef DESKPRO386
DESKPRO386 := n
endif
ifndef GUSMAX
GUSMAX := n
endif
@@ -431,6 +437,10 @@ ifeq ($(CYRIX_6X86), y)
OPTS += -DUSE_CYRIX_6X86
endif
ifeq ($(DESKPRO386), y)
OPTS += -DUSE_DESKPRO386
endif
ifeq ($(GUSMAX), y)
OPTS += -DUSE_GUSMAX
endif