aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_NUCLEO144_F756ZG/board.mk
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-09-08 07:43:12 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-09-08 07:43:12 +0000
commit0de65e55c60ca3d25c2957d6804db1dc6be84720 (patch)
tree679fa1c2fc0435dbd62ef6aa598c1c0cbd410a29 /os/hal/boards/ST_NUCLEO144_F756ZG/board.mk
parent05be7e1f50beb7857b9edbd1abdc21f823960ebc (diff)
downloadChibiOS-0de65e55c60ca3d25c2957d6804db1dc6be84720.tar.gz
ChibiOS-0de65e55c60ca3d25c2957d6804db1dc6be84720.tar.bz2
ChibiOS-0de65e55c60ca3d25c2957d6804db1dc6be84720.zip
Missing board files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12248 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/boards/ST_NUCLEO144_F756ZG/board.mk')
-rw-r--r--os/hal/boards/ST_NUCLEO144_F756ZG/board.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/os/hal/boards/ST_NUCLEO144_F756ZG/board.mk b/os/hal/boards/ST_NUCLEO144_F756ZG/board.mk
new file mode 100644
index 000000000..8c7f8f388
--- /dev/null
+++ b/os/hal/boards/ST_NUCLEO144_F756ZG/board.mk
@@ -0,0 +1,9 @@
+# List of all the board related files.
+BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_F756ZG/board.c
+
+# Required include directories
+BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_F756ZG
+
+# Shared variables
+ALLCSRC += $(BOARDSRC)
+ALLINC += $(BOARDINC)