1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-06 04:45:51 +03:00
openwrt-xburst/toolchain/ccache/Makefile.in

7 lines
130 B
Makefile
Raw Normal View History

ifeq ($(strip $(BR2_CCACHE)),y)
TARGETS+=ccache
endif
ifeq ($(strip $(BR2_PACKAGE_CCACHE_TARGET)),y)
TARGETS+=ccache_target
endif