summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2018-05-05 23:30:40 -0700
committerMichael Pavone <pavone@retrodev.com>2018-05-05 23:30:40 -0700
commit558e58d159eaa027e148f70347bbb6b8138a0781 (patch)
tree527cdff832d8468dc709552248b2b8cc27a5cf05 /Makefile
parentf084bcbdcb88daafd790b42a5c0fd60cd6e5db38 (diff)
Refactor to split device bindings from IO emulation code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95de80f..040b6db 100644
--- a/Makefile
+++ b/Makefile
@@ -149,7 +149,7 @@ endif
MAINOBJS=blastem.o system.o genesis.o debug.o gdb_remote.o vdp.o $(RENDEROBJS) io.o romdb.o hash.o menu.o xband.o \
realtec.o i2c.o nor.o sega_mapper.o multi_game.o megawifi.o $(NET) serialize.o $(TERMINAL) $(CONFIGOBJS) gst.o \
- $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS) saves.o zip.o
+ $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS) saves.o zip.o bindings.o
ifdef NONUKLEAR
CFLAGS+= -DDISABLE_NUKLEAR