diff options
Diffstat (limited to 'demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/Makefile')
-rw-r--r-- | demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/Makefile b/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/Makefile index f8dfc0b75..7111ea4c3 100644 --- a/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/Makefile +++ b/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/Makefile @@ -211,5 +211,5 @@ ULIBS = # End of user defines
##############################################################################
-RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC
+RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk
include $(RULESPATH)/rules.mk
|