aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Embest-STM32-DMSTF4BB
diff options
context:
space:
mode:
Diffstat (limited to 'boards/base/Embest-STM32-DMSTF4BB')
-rw-r--r--boards/base/Embest-STM32-DMSTF4BB/board.mk1
-rw-r--r--boards/base/Embest-STM32-DMSTF4BB/readme.txt3
2 files changed, 2 insertions, 2 deletions
diff --git a/boards/base/Embest-STM32-DMSTF4BB/board.mk b/boards/base/Embest-STM32-DMSTF4BB/board.mk
index 4b8448c2..3795b43d 100644
--- a/boards/base/Embest-STM32-DMSTF4BB/board.mk
+++ b/boards/base/Embest-STM32-DMSTF4BB/board.mk
@@ -2,6 +2,7 @@ GFXINC += $(GFXLIB)/boards/base/Embest-STM32-DMSTF4BB
GFXSRC +=
GFXDEFS += -DGFX_USE_CHIBIOS=TRUE
+include $(GFXLIB)/boards/base/Embest-STM32-DMSTF4BB/chibios_board/board.mk
include $(GFXLIB)/drivers/gdisp/SSD2119/gdisp_lld.mk
include $(GFXLIB)/drivers/ginput/touch/STMPE811/ginput_lld.mk
diff --git a/boards/base/Embest-STM32-DMSTF4BB/readme.txt b/boards/base/Embest-STM32-DMSTF4BB/readme.txt
index 8095f1bb..48499d39 100644
--- a/boards/base/Embest-STM32-DMSTF4BB/readme.txt
+++ b/boards/base/Embest-STM32-DMSTF4BB/readme.txt
@@ -2,6 +2,5 @@ This directory contains the interface for the Embest-STM32-DMSTF4BB board
running ChibiOS/RT.
As this is not a standard ChibiOS/RT supported board, the necessary board files have
-also been provided in the ChibiOS_Board directory - include that board.mk in your
-Makefile as well.
+also been provided in the chibios_board directory