aboutsummaryrefslogtreecommitdiffstats
path: root/ChibiOS_20.3.2/os/hal/boards/ST_NUCLEO64_L073RZ/board.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ChibiOS_20.3.2/os/hal/boards/ST_NUCLEO64_L073RZ/board.mk')
-rw-r--r--ChibiOS_20.3.2/os/hal/boards/ST_NUCLEO64_L073RZ/board.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChibiOS_20.3.2/os/hal/boards/ST_NUCLEO64_L073RZ/board.mk b/ChibiOS_20.3.2/os/hal/boards/ST_NUCLEO64_L073RZ/board.mk
new file mode 100644
index 0000000..d99e2a4
--- /dev/null
+++ b/ChibiOS_20.3.2/os/hal/boards/ST_NUCLEO64_L073RZ/board.mk
@@ -0,0 +1,9 @@
+# List of all the board related files.
+BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_L073RZ/board.c
+
+# Required include directories
+BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_L073RZ
+
+# Shared variables
+ALLCSRC += $(BOARDSRC)
+ALLINC += $(BOARDINC)