Miscellaneous cosmetic changes to the makefile and header files

This commit is contained in:
Alexander Babikov
2021-04-26 01:10:50 +05:00
parent 1dbfb794b8
commit e7fb536ab7
3 changed files with 12 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ ifeq ($(DEV_BUILD), y)
I450KX := y
endif
ifndef M154X
M145X := y
M154X := y
endif
ifndef LASERXT
LASERXT := y
@@ -90,8 +90,8 @@ ifeq ($(DEV_BUILD), y)
ifndef XL24
XL24 := y
endif
ifndef USE_VECT486VL
USE_VECT486VL := y
ifndef VECT486VL
VECT486VL := y
endif
ifndef OLIVETTI
OLIVETTI := y
@@ -122,7 +122,7 @@ else
LASERXT := n
endif
ifndef M154X
M145X := n
M154X := n
endif
ifndef MGA
MGA := n
@@ -160,8 +160,8 @@ else
ifndef XL24
XL24 := n
endif
ifndef USE_VECT486VL
USE_VECT486VL := n
ifndef VECT486VL
VECT486VL := n
endif
ifndef OLIVETTI
OLIVETTI := n
@@ -545,7 +545,7 @@ OPTS += -DUSE_SIO_DETECT
DEVBROBJ += sio_detect.o
endif
ifeq ($(M145X), y)
ifeq ($(M154X), y)
OPTS += -DUSE_M154X
DEVBROBJ += ali1531.o ali1543.o
endif
@@ -563,7 +563,7 @@ ifeq ($(XL24), y)
OPTS += -DUSE_XL24
endif
ifeq ($(USE_VECT486VL), y)
ifeq ($(VECT486VL), y)
OPTS += -DUSE_VECT486VL
endif