Home
last modified time | relevance | path

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

/openbmc/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)
/openbmc/openbmc/poky/meta/classes/
H A Dicecc.bbclass415 d.setVar('CCACHE_PATH', d.getVar('PATH'))