Skip to content

Commit cc579a6

Browse files
committed
add cps1/cps2 to tiny build
1 parent f7dd3f4 commit cc579a6

3 files changed

Lines changed: 509 additions & 2 deletions

File tree

Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ depend: maketree $(MAKEDEP_TARGET)
8989
@echo Rebuilding depend_$(TARGET).mak...
9090
$(MAKEDEP) -I. $(INCPATH) -X$(SRC)/emu -X$(SRC)/osd/... -X$(OBJ)/... $(SRC)/$(TARGET) > depend_$(TARGET).mak
9191

92-
ifneq ($(SUBTARGET),tiny)
92+
ifeq ($(SUBTARGET),$(TARGET))
9393
#-------------------------------------------------
9494
# specify available CPU cores
9595
#-------------------------------------------------

0 commit comments

Comments
 (0)