diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-03-04 17:54:40 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-03-04 17:54:40 -0500 |
commit | eeeb04fa1a202c68279d4b4ee0a1e3ff34c62c7f (patch) | |
tree | d297b41a662c831d7e5bab76c85f48d33e2c604b /ChibiOS_20.3.2/os/hal/boards/ST_NUCLEO64_G431RB/board.mk | |
parent | 5f6181bb3c6ab4274a8068aaf14b278fa65e443e (diff) |
add L4 and G4 to ChibiOS; delete bloat
Diffstat (limited to 'ChibiOS_20.3.2/os/hal/boards/ST_NUCLEO64_G431RB/board.mk')
-rw-r--r-- | ChibiOS_20.3.2/os/hal/boards/ST_NUCLEO64_G431RB/board.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChibiOS_20.3.2/os/hal/boards/ST_NUCLEO64_G431RB/board.mk b/ChibiOS_20.3.2/os/hal/boards/ST_NUCLEO64_G431RB/board.mk new file mode 100644 index 0000000..b837794 --- /dev/null +++ b/ChibiOS_20.3.2/os/hal/boards/ST_NUCLEO64_G431RB/board.mk @@ -0,0 +1,9 @@ +# List of all the board related files.
+BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_G431RB/board.c
+
+# Required include directories
+BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_G431RB
+
+# Shared variables
+ALLCSRC += $(BOARDSRC)
+ALLINC += $(BOARDINC)
|