diff options
4 files changed, 8 insertions, 17 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
diff --git a/boards/base/FireBull-STM32F103-FB/chibios_board/board.mk b/boards/base/FireBull-STM32F103-FB/chibios_board/board.mk index 0258db77..25a30fae 100755 --- a/boards/base/FireBull-STM32F103-FB/chibios_board/board.mk +++ b/boards/base/FireBull-STM32F103-FB/chibios_board/board.mk @@ -1,6 +1,3 @@ -# List of all the board related files.
-BOARDSRC = ${CHIBIOS}/boards/FIREBULL_STM32_F103/board.c
-
-# Required include directories
-BOARDINC = ${CHIBIOS}/boards/FIREBULL_STM32_F103
+BOARDINC = $(GFXLIB)/boards/base/FireBull-STM32F103-FB/chibios_board
+BOARDSRC = $(BOARDINC)/board.c \
diff --git a/boards/base/Marlin/chibios_board/board.mk b/boards/base/Marlin/chibios_board/board.mk index 662919b7..089f8de8 100644 --- a/boards/base/Marlin/chibios_board/board.mk +++ b/boards/base/Marlin/chibios_board/board.mk @@ -1,5 +1,3 @@ -# List of all the board related files.
-BOARDSRC = src/boards/MARLIN/board.c
+BOARDINC = $(GFXLIB)/boards/base/Marlin/chibios_board
+BOARDSRC = $(BOARDINC)/board.c \
-# Required include directories
-BOARDINC = src/boards/MARLIN
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
|
