reducing contrib dependency

This commit is contained in:
rusefi 2018-08-31 21:02:50 -04:00
parent 2bb6963e28
commit 7a5ff6c374
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ DDEFS += -D$(PROJECT_BOARD)
include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f4xx.mk
# HAL-OSAL files (optional).
include $(CHIBIOS_CONTRIB)/os/hal/hal.mk
include $(CHIBIOS_CONTRIB)/os/hal/ports/STM32/STM32F4xx/platform.mk
include $(CHIBIOS)/os/hal/ports/STM32/STM32F4xx/platform.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
# RTOS files (optional).
include $(CHIBIOS)/os/rt/rt.mk