Move the Matrox Millennium II and G100 to the Dev branch

This commit is contained in:
Alexander Babikov
2024-02-13 22:28:27 +05:00
parent 307e15019e
commit 0e53b86d25
6 changed files with 27 additions and 0 deletions

View File

@@ -64,6 +64,9 @@ ifeq ($(DEV_BUILD), y)
ifndef LASERXT
LASERXT := y
endif
ifndef MGA2
MGA2 := y
endif
ifndef OLIVETTI
OLIVETTI := y
endif
@@ -125,6 +128,9 @@ else
ifndef LASERXT
LASERXT := n
endif
ifndef MGA2
MGA2 := n
endif
ifndef OLIVETTI
OLIVETTI := n
endif
@@ -490,6 +496,10 @@ ifeq ($(DEV_BRANCH), y)
DEVBROBJ += m_xt_laserxt.o
endif
ifeq ($(MGA2), y)
OPTS += -DUSE_MGA2
endif
ifeq ($(OPEN_AT), y)
OPTS += -DUSE_OPEN_AT
endif