Restore library locations to what is used in all other example makefiles
This commit is contained in:
parent
2b01f18b03
commit
38fb787cbd
@ -67,7 +67,7 @@ SW = ..
|
||||
PROJECT = ch
|
||||
|
||||
# Imported source files and paths
|
||||
CHIBIOS = ../../../../../ChibiOS_2.6.4
|
||||
CHIBIOS = ../ChibiOS
|
||||
#include $(CHIBIOS)/boards/MIKROMEDIA_STM32_M4/board.mk # Not a standard ChibiOS supported board
|
||||
include $(CHIBIOS)/os/hal/platforms/STM32F4xx/platform.mk
|
||||
include $(CHIBIOS)/os/hal/hal.mk
|
||||
@ -76,7 +76,7 @@ include $(CHIBIOS)/os/kernel/kernel.mk
|
||||
LDSCRIPT= $(PORTLD)/STM32F407xG.ld
|
||||
|
||||
# Imported source files and paths for uGFX
|
||||
GFXLIB = ../../../../
|
||||
GFXLIB = ../ugfx
|
||||
include $(GFXLIB)/boards/base/Mikromedia-STM32-M4-ILI9341/board.mk
|
||||
include $(GFXLIB)/boards/base/Mikromedia-STM32-M4-ILI9341/ChibiOS_Board/board.mk # The replacement ChibiOS board files
|
||||
include $(GFXLIB)/gfx.mk
|
||||
|
@ -83,7 +83,7 @@ SW = ..
|
||||
PROJECT = ch
|
||||
|
||||
# Imported source files and paths
|
||||
CHIBIOS = ../../../../../ChibiOS
|
||||
CHIBIOS = ../ChibiOS
|
||||
#include $(CHIBIOS)/boards/MIKROMEDIA_STM32_M4/board.mk # Not a standard ChibiOS supported board
|
||||
include $(CHIBIOS)/os/hal/hal.mk
|
||||
include $(CHIBIOS)/os/hal/ports/STM32/STM32F4xx/platform.mk
|
||||
@ -93,7 +93,7 @@ include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/mk/port_stm32f4xx.mk
|
||||
LDSCRIPT= $(PORTLD)/STM32F407xG.ld
|
||||
|
||||
# Imported source files and paths for uGFX
|
||||
GFXLIB = ../../../../
|
||||
GFXLIB = ../ugfx
|
||||
include $(GFXLIB)/boards/base/Mikromedia-STM32-M4-ILI9341/board.mk
|
||||
include $(GFXLIB)/boards/base/Mikromedia-STM32-M4-ILI9341/ChibiOS_Board/board.mk # The replacement ChibiOS board files
|
||||
include $(GFXLIB)/gfx.mk
|
||||
|
Loading…
Reference in New Issue
Block a user