Searched refs:OUTPUT (Results 76 - 100 of 139) sorted by relevance

123456

/linux-master/tools/lib/bpf/
H A DMakefile63 INCLUDES = -I$(or $(OUTPUT),.) \
111 export srctree OUTPUT CC LD CFLAGS V
114 SHARED_OBJDIR := $(OUTPUT)sharedobjs/
115 STATIC_OBJDIR := $(OUTPUT)staticobjs/
118 BPF_HELPER_DEFS := $(OUTPUT)bpf_helper_defs.h
121 LIB_TARGET := $(addprefix $(OUTPUT),$(LIB_TARGET))
122 LIB_FILE := $(addprefix $(OUTPUT),$(LIB_FILE))
123 PC_FILE := $(addprefix $(OUTPUT),$(PC_FILE))
132 VERSIONED_SYM_COUNT = $(shell readelf --dyn-syms --wide $(OUTPUT)libbpf.so | \
154 $(Q)$(MAKE) $(build)=libbpf OUTPUT
[all...]
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A DMakefile25 $(OUTPUT)/copyuser_64_t%: copyuser_64.S $(EXTRA_SOURCES)
31 $(OUTPUT)/copyuser_p7_t%: copyuser_power7.S $(EXTRA_SOURCES)
38 $(OUTPUT)/memcpy_64_t%: memcpy_64.S $(EXTRA_SOURCES)
44 $(OUTPUT)/memcpy_p7_t%: memcpy_power7.S $(EXTRA_SOURCES)
50 $(OUTPUT)/copy_mc_64: copy_mc_64.S $(EXTRA_SOURCES)
55 $(OUTPUT)/copyuser_64_exc_t%: copyuser_64.S exc_validate.c ../harness.c \
62 $(OUTPUT)/memmove_64: mem_64.S memcpy_64.S memmove_validate.c ../harness.c \
/linux-master/tools/lib/perf/Documentation/
H A DMakefile18 MAN_XML = $(addprefix $(OUTPUT),$(_MAN_XML))
19 MAN_HTML = $(addprefix $(OUTPUT),$(_MAN_HTML))
20 MAN_3 = $(addprefix $(OUTPUT),$(_MAN_3))
21 MAN_7 = $(addprefix $(OUTPUT),$(_MAN_7))
142 $(MAN_3): $(OUTPUT)%.3: %.xml
143 $(QUIET_XMLTO)$(XMLTO) -o $(OUTPUT). -m $(MANPAGE_XSL) $(XMLTO_EXTRA) man $<
145 $(MAN_7): $(OUTPUT)%.7: %.xml
146 $(QUIET_XMLTO)$(XMLTO) -o $(OUTPUT). -m $(MANPAGE_XSL) $(XMLTO_EXTRA) man $<
148 $(MAN_XML): $(OUTPUT)%.xml: %.txt
153 $(MAN_HTML): $(OUTPUT)
[all...]
/linux-master/drivers/hid/bpf/progs/
H A DMakefile2 OUTPUT := .output macro
3 abs_out := $(abspath $(OUTPUT))
21 INCLUDES := -I$(OUTPUT) -I$(LIBBPF_INCLUDE) -I$(TOOLS_PATH)/include/uapi
55 $(Q)rm -rf $(OUTPUT) $(TARGETS)
57 %.bpf.o: %.bpf.c vmlinux.h $(BPFOBJ) | $(OUTPUT)
72 $(OUTPUT) $(LIBBPF_OUTPUT) $(BPFTOOL_OUTPUT):
78 OUTPUT=$(abspath $(dir $@))/ prefix= \
84 OUTPUT=$(BPFTOOL_OUTPUT)/ \
90 OUTPUT=$(BPFTOOL_OUTPUT)/ bootstrap
/linux-master/tools/testing/selftests/mm/
H A DMakefile129 $(OUTPUT)/uffd-stress: uffd-common.c
130 $(OUTPUT)/uffd-unit-tests: uffd-common.c
133 BINARIES_32 := $(patsubst %,$(OUTPUT)/%,$(BINARIES_32))
134 BINARIES_64 := $(patsubst %,$(OUTPUT)/%,$(BINARIES_64))
137 $(1) $(1)_32: $(OUTPUT)/$(1)_32
142 $(1) $(1)_64: $(OUTPUT)/$(1)_64
149 $(BINARIES_32): $(OUTPUT)/%_32: %.c
157 $(BINARIES_64): $(OUTPUT)/%_64: %.c
182 $(OUTPUT)/cow: LDLIBS += $(IOURING_EXTRA_LIBS)
184 $(OUTPUT)/gup_longter
[all...]
/linux-master/tools/testing/selftests/hid/
H A DMakefile24 CFLAGS += -g -O0 -rdynamic -Wall -Werror -I$(OUTPUT)
25 CFLAGS += -I$(OUTPUT)/tools/include
67 SCRATCH_DIR := $(OUTPUT)/tools
73 HOST_SCRATCH_DIR := $(OUTPUT)/host-tools
97 $(notdir $(TEST_GEN_PROGS)): %: $(OUTPUT)/% ;
126 OUTPUT=$(HOST_BUILD_DIR)/bpftool/ \
133 $(Q)$(MAKE) $(submake_extras) -C $(BPFDIR) OUTPUT=$(BUILD_DIR)/libbpf/ \
142 OUTPUT=$(HOST_BUILD_DIR)/libbpf/ CC=$(HOSTCC) LD=$(HOSTLD) \
165 OUTPUT=$(HOST_BUILD_DIR)/resolve_btfids/ BPFOBJ=$(HOST_BPFOBJ)
213 BPF_OBJS := $(patsubst %.c,$(OUTPUT)/
[all...]
/linux-master/scripts/kconfig/
H A Dmerge_config.sh41 OUTPUT=.
74 OUTPUT=$(echo $2 | sed 's/\/*$//')
104 if [ "$OUTPUT" != . ]; then
105 KCONFIG_CONFIG=$(readlink -m -- "$OUTPUT/.config")
189 if [ "$OUTPUT" != "." ] ; then
190 OUTPUT_ARG="O=$OUTPUT"
/linux-master/tools/build/
H A DMakefile.include5 $(Q)$(MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep
/linux-master/tools/thermal/lib/
H A DMakefile81 export srctree OUTPUT CC LD CFLAGS V
90 LIBTHERMAL_TOOLS_SO := $(OUTPUT)libthermal_tools.so.$(VERSION)
91 LIBTHERMAL_TOOLS_A := $(OUTPUT)libthermal_tools.a
92 LIBTHERMAL_TOOLS_IN := $(OUTPUT)libthermal_tools-in.o
93 LIBTHERMAL_TOOLS_PC := $(OUTPUT)libthermal_tools.pc
95 LIBTHERMAL_TOOLS_ALL := $(LIBTHERMAL_TOOLS_A) $(OUTPUT)libthermal_tools.so*
105 @ln -sf $(@F) $(OUTPUT)libthermal_tools.so
106 @ln -sf $(@F) $(OUTPUT)libthermal_tools.so.$(LIBTHERMAL_TOOLS_VERSION)
/linux-master/samples/bpf/
H A Drun_cookie_uid_helper_example.sh8 iptables -D OUTPUT -m bpf --object-pinned ${mnt_dir}/bpf_prog -j ACCEPT
/linux-master/tools/perf/util/
H A DPERF-VERSION-GEN5 OUTPUT=$1
8 GVF=${OUTPUT}PERF-VERSION-FILE
/linux-master/tools/testing/selftests/powerpc/dexcr/
H A DMakefile9 $(OUTPUT)/hashchk_test: CFLAGS += -fno-pie -no-pie $(call cc-option,-mno-rop-protect)
/linux-master/tools/testing/selftests/bpf/
H A DMakefile.docs28 DOC_MAN2 = $(addprefix $(OUTPUT),$(_DOC_MAN2))
31 DOC_MAN7 = $(addprefix $(OUTPUT),$(_DOC_MAN7))
47 $(OUTPUT)bpf-$1.rst: ../../../../include/uapi/linux/bpf.h
51 $(OUTPUT)%.$2: $(OUTPUT)%.rst
60 $(Q)$(RM) $$(DOC_MAN$2) $(OUTPUT)bpf-$1.rst
H A Dtest_bpftool_build.sh93 ## "make tools/bpf" sets $(OUTPUT) to ...tools/bpf/runqslower for
96 make -C tools/bpf/runqslower OUTPUT=${KDIR_ROOT_DIR}/tools/bpf/runqslower/ clean
98 ## $OUTPUT is overwritten in kbuild Makefile, and thus cannot be passed
101 # make_with_tmpdir tools/bpf OUTPUT
102 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n"
107 echo -e "skip: make tools/bpf OUTPUT=<dir> (not supported)\n"
115 make_with_tmpdir -C tools/bpf/bpftool OUTPUT
125 ## $(OUTPUT). We would like $(OUTPUT) to have "bpf/bpftool/" appended before
128 ## $(O) to have $(OUTPUT) recompute
[all...]
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A DMakefile26 TMPOUT = $(OUTPUT)/TMPDIR/
36 $(OUTPUT)/instruction_count_test: ../loop.S
38 $(OUTPUT)/lost_exception_test: ../lib.c
/linux-master/tools/objtool/
H A DMakefile11 ifneq ($(OUTPUT),)
12 LIBSUBCMD_OUTPUT = $(abspath $(OUTPUT))/libsubcmd
18 OBJTOOL := $(OUTPUT)objtool
65 export srctree OUTPUT CFLAGS SRCARCH AWK
93 $(Q)find $(OUTPUT) -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
94 $(Q)$(RM) $(OUTPUT)arch/x86/lib/inat-tables.c $(OUTPUT)fixdep
/linux-master/drivers/scsi/
H A Dscript_asm.pl882 open (OUTPUT, ">$output") || die "$0 : can't open $output for writing\n";
886 print OUTPUT "/* DO NOT EDIT - Generated automatically by ".$_." */\n";
887 print OUTPUT "static u32 ".$prefix."SCRIPT[] = {\n";
891 printf OUTPUT "/*\n$list[$i]\nat 0x%08x : */", $i;
893 printf OUTPUT "\t0x%08x,", $code[$i];
897 printf OUTPUT "0%s,", $2
899 printf OUTPUT "0x%08x,",$code[$i+1];
905 printf OUTPUT "0,\n";
907 printf OUTPUT "0x%08x,\n",$code[$i+2];
911 printf OUTPUT "\
[all...]
/linux-master/tools/power/acpi/
H A DMakefile.config16 OUTPUT=$(srctree)/
18 OUTPUT := $(O)/tools/power/acpi/
20 #$(info Determined 'OUTPUT' to be $(OUTPUT))
68 KERNEL_INCLUDE := $(OUTPUT)include
/linux-master/tools/testing/selftests/net/netfilter/
H A Dxt_string.sh39 iptables -A OUTPUT -o d0 -m string \
43 ip netns exec "$netns" iptables -v -S OUTPUT | grep '^-A'
46 ip netns exec "$netns" iptables -Z OUTPUT
/linux-master/tools/lib/symbol/
H A DMakefile28 LIBFILE = $(OUTPUT)libsymbol.a
57 SYMBOL_IN := $(OUTPUT)libsymbol-in.o
73 export srctree OUTPUT CC LD CFLAGS V
118 find $(or $(OUTPUT),.) -name \*.o -or -name \*.o.cmd -or -name \*.o.d | xargs $(RM)
/linux-master/tools/perf/arch/mips/
H A DMakefile7 out := $(OUTPUT)arch/mips/include/generated/asm
/linux-master/tools/perf/arch/x86/
H A DMakefile13 generated := $(OUTPUT)arch/x86/include/generated
/linux-master/tools/perf/arch/s390/
H A DMakefile13 out := $(OUTPUT)arch/s390/include/generated/asm
/linux-master/tools/lib/thermal/
H A DMakefile82 export srctree OUTPUT CC LD CFLAGS V
93 LIBTHERMAL_SO := $(OUTPUT)libthermal.so.$(VERSION)
94 LIBTHERMAL_A := $(OUTPUT)libthermal.a
95 LIBTHERMAL_IN := $(OUTPUT)libthermal-in.o
96 LIBTHERMAL_PC := $(OUTPUT)libthermal.pc
97 LIBTHERMAL_ALL := $(LIBTHERMAL_A) $(OUTPUT)libthermal.so*
113 @ln -sf $(@F) $(OUTPUT)libthermal.so
114 @ln -sf $(@F) $(OUTPUT)libthermal.so.$(LIBTHERMAL_VERSION)
/linux-master/tools/testing/selftests/net/
H A Dbpf.mk4 SCRATCH_DIR := $(OUTPUT)/tools
38 BPF_PROG_OBJS := $(patsubst %.c,$(OUTPUT)/%.o,$(wildcard *.bpf.c))
40 $(BPF_PROG_OBJS): $(OUTPUT)/%.o : %.c $(BPFOBJ) | $(MAKE_DIRS)
49 $(Q)$(MAKE) $(submake_extras) -C $(BPFDIR) OUTPUT=$(BUILD_DIR)/libbpf/ \

Completed in 198 milliseconds

123456