Skip to content

Commit

Permalink
Add input/input_mapper.c always
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Apr 14, 2018
1 parent 7c5e44e commit 6f7b8aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ OBJ += frontend/frontend.o \
audio/audio_driver.o \
$(LIBRETRO_COMM_DIR)/audio/audio_mixer.o \
input/input_driver.o \
input/input_mapper.o \
led/led_driver.o \
led/drivers/led_null.o \
gfx/video_coord_array.o \
Expand Down Expand Up @@ -1605,8 +1606,6 @@ ifeq ($(HAVE_NETWORKING), 1)
$(LIBRETRO_COMM_DIR)/utils/md5.o
endif

OBJ += input/input_mapper.o

ifeq ($(HAVE_NETWORKGAMEPAD), 1)
OBJ += input/input_remote.o \
cores/libretro-net-retropad/net_retropad_core.o
Expand Down

0 comments on commit 6f7b8aa

Please sign in to comment.