summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/bus.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/bus.mak')
-rw-r--r--src/emu/bus/bus.mak11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/emu/bus/bus.mak b/src/emu/bus/bus.mak
index 8f1e0e7798a..dceb9529df7 100644
--- a/src/emu/bus/bus.mak
+++ b/src/emu/bus/bus.mak
@@ -1254,6 +1254,17 @@ endif
#-------------------------------------------------
#
+#@src/emu/bus/gamegear/gear2gear.h,BUSES += GAMEGEAR
+#-------------------------------------------------
+
+ifneq ($(filter GAMEGEAR,$(BUSES)),)
+OBJDIRS += $(BUSOBJ)/gamegear
+BUSOBJS += $(BUSOBJ)/gamegear/gear2gear.o
+BUSOBJS += $(BUSOBJ)/gamegear/smsctrladp.o
+endif
+
+#-------------------------------------------------
+#
#@src/emu/bus/gba/gba_slot.h,BUSES += GBA
#-------------------------------------------------