Un-devbranch STPC

This commit is contained in:
RichardG867
2021-02-08 17:15:09 -03:00
parent 57b0cc3006
commit 976e8ca273
7 changed files with 2 additions and 29 deletions

View File

@@ -75,9 +75,6 @@ ifeq ($(DEV_BUILD), y)
ifndef SIO_DETECT
SIO_DETECT := y
endif
ifndef STPC
STPC := y
endif
ifndef M1489
M1489 := y
endif
@@ -151,9 +148,6 @@ else
ifndef SIO_DETECT
SIO_DETECT := n
endif
ifndef STPC
STPC := y
endif
ifndef M1489
M1489 := n
endif
@@ -549,11 +543,6 @@ OPTS += -DUSE_SIO_DETECT
DEVBROBJ += sio_detect.o
endif
ifeq ($(STPC), y)
OPTS += -DUSE_STPC
DEVBROBJ += stpc.o
endif
ifeq ($(M1489), y)
OPTS += -DUSE_M1489
DEVBROBJ += ali1489.o