mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 16:14:06 +02:00
7 lines
130 B
Makefile
7 lines
130 B
Makefile
|
ifeq ($(strip $(BR2_CCACHE)),y)
|
||
|
TARGETS+=ccache
|
||
|
endif
|
||
|
ifeq ($(strip $(BR2_PACKAGE_CCACHE_TARGET)),y)
|
||
|
TARGETS+=ccache_target
|
||
|
endif
|