Merge pull request #1005 from tiseno100/master

Added 2 new XT machines
This commit is contained in:
Miran Grča
2020-09-23 08:37:37 +02:00
committed by GitHub
8 changed files with 62 additions and 68 deletions

View File

@@ -39,9 +39,6 @@ ifeq ($(DEV_BUILD), y)
ifndef AMD_K5
AMD_K5 := y
endif
ifndef AMI386X
AMI386SX := y
endif
ifndef CL5422
CL5422 := y
endif
@@ -121,9 +118,6 @@ else
ifndef AMD_K5
AMD_K5 := n
endif
ifndef AMI386SX
AMI386SX := n
endif
ifndef CL5422
CL5422 := n
endif
@@ -509,10 +503,6 @@ ifeq ($(AMD_K5), y)
OPTS += -DUSE_AMD_K5
endif
ifeq ($(AMI386SX), y)
OPTS += -DUSE_AMI386SX
endif
ifeq ($(CL5422), y)
OPTS += -DUSE_CL5422
endif