summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-12-19 13:28:18 -0800
committerMichael Pavone <pavone@retrodev.com>2016-12-19 13:28:18 -0800
commit7b8127d36a9c6a824da4f1709bdee12c40c631a5 (patch)
tree33d0e6914620deaee1296f1672091c5b79793778 /Makefile
parent11861fca5815015b2afb712f328195c5f7bc231e (diff)
Mostly working changes to allow support for multiple emulated system types in main blastem program
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 03bf09a..3b2c9ed 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,7 @@ Z80OBJS=z80inst.o z80_to_x86.o
AUDIOOBJS=ym2612.o psg.o wave.o
CONFIGOBJS=config.o tern.o util.o
-MAINOBJS=blastem.o genesis.o debug.o gdb_remote.o vdp.o render_sdl.o io.o romdb.o menu.o $(TERMINAL) $(CONFIGOBJS) gst.o $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS)
+MAINOBJS=blastem.o system.o genesis.o debug.o gdb_remote.o vdp.o render_sdl.o io.o romdb.o menu.o $(TERMINAL) $(CONFIGOBJS) gst.o $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS)
ifeq ($(CPU),x86_64)
CFLAGS+=-DX86_64 -m64