From: flabbergast Date: Sat, 13 Feb 2016 10:01:16 +0000 (+0000) Subject: Chibios: Revert common.mk change (fix AVR linking problem). X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=803b65ea43b6b27d5c43af1705a7cbc87c87946b;p=max%2Ftmk_keyboard.git Chibios: Revert common.mk change (fix AVR linking problem). --- diff --git a/tmk_core/common.mk b/tmk_core/common.mk index ebaafd1d..4c943f04 100644 --- a/tmk_core/common.mk +++ b/tmk_core/common.mk @@ -1,4 +1,4 @@ -COMMON_DIR = $(TMK_DIR)/common +COMMON_DIR = common SRC += $(COMMON_DIR)/host.c \ $(COMMON_DIR)/keyboard.c \ $(COMMON_DIR)/action.c \