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