fome-fw/firmware/config/boards/nucleo_h743/board.mk

12 lines
297 B
Makefile
Raw Normal View History

2019-03-20 17:27:02 -07:00
# List of all the board related files.
# Required include directories
BOARDINC = $(PROJECT_DIR)/config/stm32h7ems
2021-02-05 21:07:05 -08:00
CONFDIR = config/stm32h7ems
LDSCRIPT = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/ld/STM32H743xI.ld
2019-03-20 17:27:02 -07:00
# Shared variables
ALLCPPSRC += $(BOARDCPPSRC)
ALLINC += $(BOARDINC)