Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A DMakefile.compiler16 TMPOUT = $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/).tmp_$$$$
23 TMP=$(TMPOUT)/tmp; \
25 mkdir -p $(TMPOUT); \
/openbmc/linux/tools/build/
H A DBuild.include105 TMPOUT = .tmp_$$$$
112 TMP=$(TMPOUT)/tmp; \
113 mkdir -p $(TMPOUT); \
114 trap "rm -rf $(TMPOUT)" EXIT; \
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A DMakefile10 TMPOUT = $(OUTPUT)/TMPDIR/ macro
/openbmc/u-boot/scripts/
H A DKbuild.include84 TMPOUT := $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/)
92 TMP="$(TMPOUT).$$$$.tmp"; \
93 TMPO="$(TMPOUT).$$$$.o"; \
94 TMPSU="$(TMPOUT).$$$$.su"; \