diff options
Diffstat (limited to 'os/hal/templates/board/board.mk')
-rw-r--r-- | os/hal/templates/board/board.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/templates/board/board.mk b/os/hal/templates/board/board.mk new file mode 100644 index 000000000..a8506ee07 --- /dev/null +++ b/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
|