Skip to content

Commit 8f9f3e2

Browse files
authored
Merge pull request #30 from r-type/master
add some drivers (neogeo/cps1/cps2) for emscripten tiny build
2 parents 2ab2a51 + cc579a6 commit 8f9f3e2

4 files changed

Lines changed: 801 additions & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ INCPATH += \
670670
# this variable
671671
#-------------------------------------------------
672672

673-
OBJDIRS = $(OBJ) $(OBJ)/$(TARGET)/$(SUBTARGET)
673+
OBJDIRS = $(OBJ) $(OBJ)/$(TARGET)/$(SUBTARGET) $(OBJ)/$(TARGET)/$(TARGET)
674674

675675

676676
#-------------------------------------------------

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)