tn3399_openwrt/openwrt/toolchain/ccache/Makefile.in
Mike Baker 76d90c2ed2 Initial revision
SVN-Revision: 197
2005-01-16 11:43:02 +00:00

7 lines
130 B
Makefile

ifeq ($(strip $(BR2_CCACHE)),y)
TARGETS+=ccache
endif
ifeq ($(strip $(BR2_PACKAGE_CCACHE_TARGET)),y)
TARGETS+=ccache_target
endif