buildroot/toolchain/ccache/Makefile.in

4 lines
59 B
Makefile
Raw Normal View History

ifeq ($(strip $(BR2_HOST_CCACHE)),y)
TARGETS+=ccache
endif