summaryrefslogtreecommitdiff
path: root/keyboards/chibios_test/boards/GENERIC_STM32_F103/board.mk
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-07-05 15:34:35 +0300
committerFred Sundvik <fsundvik@gmail.com>2016-07-05 15:34:35 +0300
commit0a040a89e8a16ea1ebfef20cdc05f96b312cc853 (patch)
tree482bef20ba978b24d26be839c5ec5bd59d318fca /keyboards/chibios_test/boards/GENERIC_STM32_F103/board.mk
parentb11657d1c8a3360779b6b412806d89ca3175fc5f (diff)
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
Diffstat (limited to 'keyboards/chibios_test/boards/GENERIC_STM32_F103/board.mk')
-rw-r--r--keyboards/chibios_test/boards/GENERIC_STM32_F103/board.mk5
1 files changed, 5 insertions, 0 deletions
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