aboutsummaryrefslogtreecommitdiffstats
path: root/boards
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-11-12 01:27:55 +0100
committerJoel Bodenmann <joel@unormal.org>2013-11-12 01:27:55 +0100
commitd31ea62979490624c9f55725616d9d063a733193 (patch)
tree8000cda166093ff44b0b470c50b4e186e4b6b9d7 /boards
parent77188ae77537868f86d650247f82e120d89959c7 (diff)
downloaduGFX-d31ea62979490624c9f55725616d9d063a733193.tar.gz
uGFX-d31ea62979490624c9f55725616d9d063a733193.tar.bz2
uGFX-d31ea62979490624c9f55725616d9d063a733193.zip
Embest-STM32-DMSTF4BB board file fix
Diffstat (limited to 'boards')
-rw-r--r--boards/base/Embest-STM32-DMSTF4BB/chibios_board/board.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/boards/base/Embest-STM32-DMSTF4BB/chibios_board/board.mk b/boards/base/Embest-STM32-DMSTF4BB/chibios_board/board.mk
index f39f85f1..e7fe9119 100644
--- a/boards/base/Embest-STM32-DMSTF4BB/chibios_board/board.mk
+++ b/boards/base/Embest-STM32-DMSTF4BB/chibios_board/board.mk
@@ -1,5 +1,3 @@
-# List of all the board related files.
-BOARDSRC = ${CHIBIOS}/boards/EMBEST_DMSTF4BB/board.c
+BOARDINC = $(GFXLIB)/boards/base/Embest-STM32-DMSTF4BB/chibios_board
+BOARDSRC = $(BOARDINC)/board.c \
-# Required include directories
-BOARDINC = ${CHIBIOS}/boards/EMBEST_DMSTF4BB