blob: 218fa8c85f67c7750ee3da4076bc8ca5e5b0eeaa (
plain)
1
2
3
4
5
6
7
8
9
|
# List of all the board related files.
BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_F746ZG/board.c
# Required include directories
BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_F746ZG
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)
|