demistifying make *clean targets, fix some clean targets issues
[openwrt.git] / toolchain / ccache / Makefile.in
1 ifeq ($(strip $(BR2_CCACHE)),y)
2 TARGETS+=ccache
3 endif
4 ifeq ($(strip $(BR2_PACKAGE_CCACHE_TARGET)),y)
5 TARGETS+=ccache_target
6 endif
This page took 0.045703 seconds and 5 git commands to generate.