From 8152d279a4a4aa01f7d3f0a0a7b09e2081aa0d93 Mon Sep 17 00:00:00 2001 From: flabbergast Date: Tue, 8 Sep 2015 16:06:33 +0100 Subject: [PATCH] Move chibios to tool. --- tmk_core/{protocol => tool}/chibios/.gitignore | 0 tmk_core/{protocol => tool}/chibios/chibios.mk | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tmk_core/{protocol => tool}/chibios/.gitignore (100%) rename tmk_core/{protocol => tool}/chibios/chibios.mk (99%) diff --git a/tmk_core/protocol/chibios/.gitignore b/tmk_core/tool/chibios/.gitignore similarity index 100% rename from tmk_core/protocol/chibios/.gitignore rename to tmk_core/tool/chibios/.gitignore diff --git a/tmk_core/protocol/chibios/chibios.mk b/tmk_core/tool/chibios/chibios.mk similarity index 99% rename from tmk_core/protocol/chibios/chibios.mk rename to tmk_core/tool/chibios/chibios.mk index 2ae1e5f9..ee52082e 100644 --- a/tmk_core/protocol/chibios/chibios.mk +++ b/tmk_core/tool/chibios/chibios.mk @@ -83,7 +83,7 @@ endif # # Imported source files and paths -CHIBIOS = $(TMK_DIR)/protocol/chibios/chibios +CHIBIOS = $(TMK_DIR)/tool/chibios/chibios # Startup files. include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_$(shell echo $(MCU_SERIES) | tr '[:upper:]' '[:lower:]').mk # HAL-OSAL files (optional). -- 2.39.3