76d90c2ed2
SVN-Revision: 197
6 lines
130 B
Makefile
6 lines
130 B
Makefile
ifeq ($(strip $(BR2_CCACHE)),y)
|
|
TARGETS+=ccache
|
|
endif
|
|
ifeq ($(strip $(BR2_PACKAGE_CCACHE_TARGET)),y)
|
|
TARGETS+=ccache_target
|
|
endif
|