summaryrefslogtreecommitdiffstats
path: root/toolchain/ccache/Makefile.in
blob: fe859da3039606055a9b3a5c29013f43866b1838 (plain)
1
2
3
4
5
6
ifeq ($(strip $(BR2_CCACHE)),y)
TARGETS+=ccache
endif
ifeq ($(strip $(BR2_PACKAGE_CCACHE_TARGET)),y)
TARGETS+=ccache_target
endif