aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/os/hal/boards/ST_EVB_SPC563M/board.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios/os/hal/boards/ST_EVB_SPC563M/board.mk')
-rw-r--r--lib/chibios/os/hal/boards/ST_EVB_SPC563M/board.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/chibios/os/hal/boards/ST_EVB_SPC563M/board.mk b/lib/chibios/os/hal/boards/ST_EVB_SPC563M/board.mk
new file mode 100644
index 000000000..25b1362bb
--- /dev/null
+++ b/lib/chibios/os/hal/boards/ST_EVB_SPC563M/board.mk
@@ -0,0 +1,9 @@
1# List of all the board related files.
2BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_EVB_SPC563M/board.c
3
4# Required include directories
5BOARDINC = ${CHIBIOS}/os/hal/boards/ST_EVB_SPC563M
6
7# Shared variables
8ALLCSRC += $(BOARDSRC)
9ALLINC += $(BOARDINC)