From cb668266b54fb0feb7cda9f973b0cc6bc40873ab Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 27 Oct 2014 00:13:59 +0100 Subject: Adding Embest board example for chibios 2.x --- boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x') diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/Makefile b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/Makefile index 875f79b1..a68e06e4 100644 --- a/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/Makefile +++ b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/Makefile @@ -28,7 +28,7 @@ ifeq ($(OPT_OS),chibios) CHIBIOS_PORT = stm32f4xx CHIBIOS_LDSCRIPT = STM32F407xG.ld # We define a non standard board script as this is not a standard ChibiOS supported board - include $(GFXLIB)/boards/base/Mikromedia-STM32-M4-ILI9341/ChibiOS_Board/board.mk + include $(GFXLIB)/boards/base/$(GFXBOARD)/ChibiOS_Board/board.mk endif ############################################################################################## -- cgit v1.2.3