diff options
Diffstat (limited to 'testhal/TIVA/TM4C123x/I2C/Makefile')
-rw-r--r-- | testhal/TIVA/TM4C123x/I2C/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/TIVA/TM4C123x/I2C/Makefile b/testhal/TIVA/TM4C123x/I2C/Makefile index bd998ad..bc61ba7 100644 --- a/testhal/TIVA/TM4C123x/I2C/Makefile +++ b/testhal/TIVA/TM4C123x/I2C/Makefile @@ -208,5 +208,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 |