]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/feature-tests.mak
Merge branch 'linus' into perf/core
[karo-tx-linux.git] / tools / perf / feature-tests.mak
index ef3d0d6a9e230ee0d02084de5fadf95574495ebf..b253db634f04b7e8ddfddd1cc33bb3ce8343a49a 100644 (file)
@@ -124,7 +124,7 @@ endef
 # try-cc
 # Usage: option = $(call try-cc, source-to-build, cc-options)
 try-cc = $(shell sh -c                                           \
-       'TMP="$(TMPOUT).$$$$";                                    \
+       'TMP="$(OUTPUT)$(TMPOUT).$$$$";                           \
         echo "$(1)" |                                            \
         $(CC) -x c - $(2) -o "$$TMP" > /dev/null 2>&1 && echo y; \
         rm -f "$$TMP"')