buildroot/toolchain/ccache/Makefile.in

7 lines
123 B
Makefile
Raw Normal View History

2004-10-09 08:13:40 +02:00
ifeq ($(strip $(BR2_CCACHE)),y)
TARGETS+=ccache
endif
ifeq ($(strip $(BR2_PACKAGE_CCACHE_TARGET)),y)
TARGETS+=ccache
endif