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