]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
Move chibios to tool.
authorflabbergast <s3+flabbergast@sdfeu.org>
Tue, 8 Sep 2015 15:06:33 +0000 (16:06 +0100)
committerflabbergast <s3+flabbergast@sdfeu.org>
Tue, 8 Sep 2015 15:06:33 +0000 (16:06 +0100)
tmk_core/tool/chibios/.gitignore [moved from tmk_core/protocol/chibios/.gitignore with 100% similarity]
tmk_core/tool/chibios/chibios.mk [moved from tmk_core/protocol/chibios/chibios.mk with 99% similarity]

similarity index 99%
rename from tmk_core/protocol/chibios/chibios.mk
rename to tmk_core/tool/chibios/chibios.mk
index 2ae1e5f90ff16fb3235101dbf3c0492c8122e569..ee52082e7fac16f5fe3a24faf296550bfcdf966f 100644 (file)
@@ -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).