From 8cdeb60a89984ed1e75e6d6e942052e8f3cc593b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 4 Oct 2016 07:35:29 +0200 Subject: [PATCH] Rearrange builtin file --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 2e07b043a5..76ed5fe6af 100644 --- a/Makefile.common +++ b/Makefile.common @@ -184,6 +184,7 @@ OBJ += frontend/frontend.o \ managers/state_manager.o \ gfx/drivers_font_renderer/bitmapfont.o \ input/input_autodetect.o \ + input/input_autodetect_builtin.o \ input/input_joypad_driver.o \ input/input_config.o \ input/input_keymaps.o \ @@ -899,7 +900,6 @@ ifeq ($(HAVE_VULKAN), 1) LIBS += -lstdc++ endif - OBJ += input/input_autodetect_builtin.o ifeq ($(HAVE_OMAP), 1) OBJ += gfx/drivers/omap_gfx.o