diff --git a/boards/base/Olimex-STM32-LCD/chibios_board/board.mk b/boards/base/Olimex-STM32-LCD/chibios_board/board.mk index c1cc061d..397afe3e 100644 --- a/boards/base/Olimex-STM32-LCD/chibios_board/board.mk +++ b/boards/base/Olimex-STM32-LCD/chibios_board/board.mk @@ -1,5 +1,3 @@ -# List of all the board related files. -BOARDSRC = ${CHIBIOS}/boards/OLIMEX_STM32_LCD/board.c +BOARDINC = $(GFXLIB)/boards/base/Olimex-STM32-LCD/chibios_board +BOARDSRC = $(BOARDINC)/board.c \ -# Required include directories -BOARDINC = ${CHIBIOS}/boards/OLIMEX_STM32_LCD