diff options
Diffstat (limited to 'demos/various/NIL-ARMCM4-GENERIC')
-rw-r--r-- | demos/various/NIL-ARMCM4-GENERIC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/various/NIL-ARMCM4-GENERIC/Makefile b/demos/various/NIL-ARMCM4-GENERIC/Makefile index 21414c527..9490df22d 100644 --- a/demos/various/NIL-ARMCM4-GENERIC/Makefile +++ b/demos/various/NIL-ARMCM4-GENERIC/Makefile @@ -216,7 +216,7 @@ 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
##############################################################################
|