summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-07-02 19:19:06 -0700
committerMichael Pavone <pavone@retrodev.com>2015-07-02 19:19:06 -0700
commit8f0979a2c4db824e91ead3290d8088d97b20e189 (patch)
treef8f5045c229e52b7ac05ca06909be8559b4616bc /Makefile
parent983959f838575b6af3e64be442a63647312fcc61 (diff)
Initial work on ROM database
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ceba9d3..3ec9807 100644
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,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 debug.o gdb_remote.o vdp.o render_sdl.o io.o $(CONFIGOBJS) gst.o $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS)
+MAINOBJS=blastem.o debug.o gdb_remote.o vdp.o render_sdl.o io.o romdb.o $(CONFIGOBJS) gst.o $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS)
ifeq ($(CPU),x86_64)
CFLAGS+=-DX86_64 -m64