thiemar / vectorcontrol

Vector control (FOC) firmware for the S2740VC and PX4ESC 1.6.
MIT License
55 stars 33 forks source link

Build files with ccache #4

Closed davids5 closed 9 years ago

davids5 commented 9 years ago

Suggest adding...

CC_BIN := $(shell dirname which arm-none-eabi-gcc)/ ifneq (,$(findstring ccache,$(CC_BIN))) CC_BIN := endif