Preliminary port of PCem's FIC VA-503P motherboard
This commit is contained in:
@@ -74,6 +74,9 @@ ifeq ($(DEV_BUILD), y)
|
||||
ifndef PS2M70T4
|
||||
PS2M70T4 := y
|
||||
endif
|
||||
ifndef SS7
|
||||
SS7 := y
|
||||
endif
|
||||
ifndef TI
|
||||
TI := y
|
||||
endif
|
||||
@@ -138,6 +141,9 @@ else
|
||||
ifndef PS2M70T4
|
||||
PS2M70T4 := n
|
||||
endif
|
||||
ifndef SS7
|
||||
SS7 := n
|
||||
endif
|
||||
ifndef TI
|
||||
TI := n
|
||||
endif
|
||||
@@ -500,6 +506,11 @@ ifeq ($(PS2M70T4), y)
|
||||
OPTS += -DUSE_PS2M70T4
|
||||
endif
|
||||
|
||||
ifeq ($(SS7),y)
|
||||
OPTS += -DUSE_SS7
|
||||
DEVBROBJ += via_mvp3.o via_mvp3_sb.o sst_flash.o
|
||||
endif
|
||||
|
||||
ifeq ($(TI), y)
|
||||
OPTS += -DUSE_TI
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user