From 0a040a89e8a16ea1ebfef20cdc05f96b312cc853 Mon Sep 17 00:00:00 2001 From: Fred Sundvik Date: Tue, 5 Jul 2016 15:34:35 +0300 Subject: Move ChibiOS test board and ld Move the ChibiOS test subproject board and ld files to the kebyoard folder, so that the build system can find them --- keyboards/chibios_test/boards/GENERIC_STM32_F103/board.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 keyboards/chibios_test/boards/GENERIC_STM32_F103/board.mk (limited to 'keyboards/chibios_test/boards/GENERIC_STM32_F103/board.mk') diff --git a/keyboards/chibios_test/boards/GENERIC_STM32_F103/board.mk b/keyboards/chibios_test/boards/GENERIC_STM32_F103/board.mk new file mode 100644 index 0000000000..d692c0ee46 --- /dev/null +++ b/keyboards/chibios_test/boards/GENERIC_STM32_F103/board.mk @@ -0,0 +1,5 @@ +# List of all the board related files. +BOARDSRC = $(KEYBOARD_PATH)/boards/GENERIC_STM32_F103/board.c + +# Required include directories +BOARDINC = $(KEYBOARD_PATH)/boards/GENERIC_STM32_F103 -- cgit v1.2.1