aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/Makefile
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-10-27 00:13:59 +0100
committerJoel Bodenmann <joel@unormal.org>2014-10-27 00:13:59 +0100
commitcb668266b54fb0feb7cda9f973b0cc6bc40873ab (patch)
treeb4d0ce9c56012b9e64444088811895153c5fc080 /boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/Makefile
parent3356b5a5441e8ad5f0d623a53c25b5ec8a3bfa1d (diff)
downloaduGFX-cb668266b54fb0feb7cda9f973b0cc6bc40873ab.tar.gz
uGFX-cb668266b54fb0feb7cda9f973b0cc6bc40873ab.tar.bz2
uGFX-cb668266b54fb0feb7cda9f973b0cc6bc40873ab.zip
Adding Embest board example for chibios 2.x
Diffstat (limited to 'boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/Makefile')
-rw-r--r--boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/Makefile b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/Makefile
index c4938d5f..7eb8eb3e 100644
--- a/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/Makefile
+++ b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/Makefile
@@ -26,7 +26,7 @@ ifeq ($(OPT_OS),chibios)
CHIBIOS_PORT = GCC/ARMCMx/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
##############################################################################################