Home
last modified time | relevance | path

Searched refs:CCACHE_PATH (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile275 CCACHE_PATH := $(shell which ccache 2>/dev/null) macro
276 ifneq ($(CCACHE_PATH),)
356 ifneq ($(CCACHE_PATH),)
358 ln -s $(CCACHE_PATH) $(TOOLCHAIN_PATH)/bin/ccache/$(CC)