Home
last modified time | relevance | path

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

/tools/testing/selftests/
DMakefile69 TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS)) macro
70 override TARGETS := $(TMP)
119 TMP := $(filter-out gpio, $(TARGETS)) macro
120 TARGETS := $(TMP)
/tools/testing/selftests/kvm/
DMakefile52 $(CC) -Werror -no-pie -x c - -o "$$TMP", -no-pie)
56 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)
/tools/build/
DMakefile.feature249 TMP := $(filter-out $(FEATURE_DISPLAY),$(FEATURE_TESTS))
250 $(foreach feat,$(TMP),$(call feature_print_status,$(feat),))