Add input-keymaps.c to joyconfig

This commit is contained in:
twinaphex 2014-10-27 04:52:44 +01:00
parent dd53241a24
commit a2e4c20c13
3 changed files with 12 additions and 1 deletions

View File

@ -134,6 +134,11 @@ $(OBJDIR)/tools/input_common_joyconfig.o: input/input_common.c
@$(if $(Q), $(shell echo echo CC $<),)
$(Q)$(CC) $(CFLAGS) $(DEFINES) -MMD -DIS_JOYCONFIG -c -o $@ $<
$(OBJDIR)/tools/input_keymaps_joyconfig.o: input/input_keymaps.c
@mkdir -p $(dir $@)
@$(if $(Q), $(shell echo echo CC $<),)
$(Q)$(CC) $(CFLAGS) $(DEFINES) -MMD -DIS_JOYCONFIG -c -o $@ $<
$(OBJDIR)/%.o: %.S config.h config.mk $(HEADERS)
@mkdir -p $(dir $@)
@$(if $(Q), $(shell echo echo AS $<),)

View File

@ -639,4 +639,5 @@ JOYCONFIG_OBJ += tools/retroarch-joyconfig.o \
libretro-sdk/string/string_list.o \
libretro-sdk/compat/compat.o \
tools/input_context_joyconfig.o \
tools/input_common_joyconfig.o
tools/input_common_joyconfig.o \
tools/input_keymaps_joyconfig.o

View File

@ -161,6 +161,11 @@ $(OBJDIR)/tools/input_common_joyconfig.o: input/input_common.c
@$(if $(Q), $(shell echo echo CC $<),)
$(Q)$(CC) $(CFLAGS) $(DEFINES) -MMD -DIS_JOYCONFIG -c -o $@ $<
$(OBJDIR)/tools/input_keymaps_joyconfig.o: input/input_keymaps.c
@mkdir -p $(dir $@)
@$(if $(Q), $(shell echo echo CC $<),)
$(Q)$(CC) $(CFLAGS) $(DEFINES) -MMD -DIS_JOYCONFIG -c -o $@ $<
$(OBJDIR)/tools/input_context_joyconfig.o: input/input_context.c
@mkdir -p $(dir $@)
@$(if $(Q), $(shell echo echo CC $<),)