diff options
Diffstat (limited to 'boards/ST_STM32L_DISCOVERY/board.mk')
-rw-r--r-- | boards/ST_STM32L_DISCOVERY/board.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/boards/ST_STM32L_DISCOVERY/board.mk b/boards/ST_STM32L_DISCOVERY/board.mk new file mode 100644 index 000000000..7e3fdd8e3 --- /dev/null +++ b/boards/ST_STM32L_DISCOVERY/board.mk @@ -0,0 +1,5 @@ +# List of all the board related files.
+BOARDSRC = ${CHIBIOS}/boards/ST_STM32L_DISCOVERY/board.c
+
+# Required include directories
+BOARDINC = ${CHIBIOS}/boards/ST_STM32L_DISCOVERY
|