blob: d6a456389ef28438a0098b0bcd104272f29d4b60 (
plain)
1
2
3
4
5
6
7
|
# Required include directories
BOARDINC = $(GFXLIB)/boards/base/Mikromedia-STM32-M4-ILI9341/ChibiOS_Board
# List of all the board related files.
BOARDSRC = $(BOARDINC)/board.c \
$(BOARDINC)/flash_memory.c
|