diff options
Diffstat (limited to 'ChibiOS_16.1.5/community/os/hal/boards/MCHCK_K20/board.mk')
-rw-r--r-- | ChibiOS_16.1.5/community/os/hal/boards/MCHCK_K20/board.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChibiOS_16.1.5/community/os/hal/boards/MCHCK_K20/board.mk b/ChibiOS_16.1.5/community/os/hal/boards/MCHCK_K20/board.mk new file mode 100644 index 0000000..22406ac --- /dev/null +++ b/ChibiOS_16.1.5/community/os/hal/boards/MCHCK_K20/board.mk @@ -0,0 +1,5 @@ +# List of all the board related files.
+BOARDSRC = ${CHIBIOS_CONTRIB}/os/hal/boards/MCHCK_K20/board.c
+
+# Required include directories
+BOARDINC = ${CHIBIOS_CONTRIB}/os/hal/boards/MCHCK_K20
|