Openwrt/openwrt/toolchain/ccache/Makefile.in

7 lines
130 B
Makefile
Raw Normal View History

2005-01-16 11:43:02 +00:00
ifeq ($(strip $(BR2_CCACHE)),y)
TARGETS+=ccache
endif
ifeq ($(strip $(BR2_PACKAGE_CCACHE_TARGET)),y)
TARGETS+=ccache_target
endif