This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
2020-08-29 14:30:02 -07:00

10 lines
259 B
Makefile

# List of all the board related files.
BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_STM32F3_DISCOVERY/board.c
# Required include directories
BOARDINC = $(CHIBIOS)/os/hal/boards/ST_STM32F3_DISCOVERY
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)