7 lines
123 B
Makefile
7 lines
123 B
Makefile
ifeq ($(strip $(BR2_CCACHE)),y)
|
|
TARGETS+=ccache
|
|
endif
|
|
ifeq ($(strip $(BR2_PACKAGE_CCACHE_TARGET)),y)
|
|
TARGETS+=ccache
|
|
endif
|