Home
last modified time | relevance | path

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

/tools/testing/selftests/arm64/signal/
DMakefile8 PROGS := $(patsubst %.c,%,$(SRCS)) macro
11 TEST_GEN_PROGS := $(notdir $(PROGS))
21 $(TEST_GEN_PROGS): $(PROGS)
22 cp $(PROGS) $(OUTPUT)/
27 $(PROGS): test_signals.c test_signals_utils.c testcases/testcases.c signals.S $$@.c test_signals.h …
/tools/laptop/dslm/
DMakefile5 PROGS := dslm macro
7 all: $(PROGS)
10 rm -fr $(PROGS)
/tools/pcmcia/
DMakefile5 PROGS := crc32hash macro
7 all: $(PROGS)
10 rm -fr $(PROGS)
/tools/accounting/
DMakefile5 PROGS := getdelays macro
7 all: $(PROGS)
10 rm -fr $(PROGS)
/tools/testing/selftests/ptp/
Dtestptp.mk23 PROGS = testptp
25 all: $(PROGS)
33 rm -f $(PROGS)
/tools/testing/selftests/arm64/mte/
DMakefile6 PROGS := $(patsubst %.c,%,$(SRCS)) macro
16 TEST_GEN_PROGS := $(PROGS)
/tools/bpf/
DMakefile74 PROGS = $(OUTPUT)bpf_jit_disasm $(OUTPUT)bpf_dbg $(OUTPUT)bpf_asm macro
76 all: $(PROGS) bpftool runqslower
100 install: $(PROGS) bpftool_install