QMK/lib/chibios/os/hal/boards/ST_STM32F4_DISCOVERY/board.mk

10 lines
259 B
Makefile
Raw Normal View History

2020-03-23 10:48:11 +01:00
# List of all the board related files.
BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_STM32F4_DISCOVERY/board.c
# Required include directories
BOARDINC = $(CHIBIOS)/os/hal/boards/ST_STM32F4_DISCOVERY
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)