summaryrefslogtreecommitdiff
path: root/keyboards/durgod/boards/DURGOD_STM32_F070/board.mk
blob: 4791848333499b51a8735c0ff9000fe6d79ab44a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# List of all the board related files.
BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_F070RB/board.c

# Required include directories
BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_F070RB

# Include mcu configuration
EXTRAINCDIRS = $(BOARD_PATH)/boards/DURGOD_STM32_F070

# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC  += $(BOARDINC)