diff options
Diffstat (limited to 'ChibiOS_20.3.2/os/hal/templates/board/board.mk')
-rw-r--r-- | ChibiOS_20.3.2/os/hal/templates/board/board.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChibiOS_20.3.2/os/hal/templates/board/board.mk b/ChibiOS_20.3.2/os/hal/templates/board/board.mk new file mode 100644 index 0000000..a8506ee --- /dev/null +++ b/ChibiOS_20.3.2/os/hal/templates/board/board.mk @@ -0,0 +1,5 @@ +# List of all the board related files.
+BOARDSRC = $(CHIBIOS)/os/hal/templates/board/board.c
+
+# Required include directories
+BOARDINC = $(CHIBIOS)/os/hal/templates/board
|