Home
last modified time | relevance | path

Searched refs:top_srcdir (Results 1 – 25 of 52) sorted by relevance

123

/linux/tools/arch/arm64/tools/
H A DMakefile3 ifeq ($(top_srcdir),)
4 top_srcdir := $(patsubst %/,%,$(dir $(CURDIR))) macro
5 top_srcdir := $(patsubst %/,%,$(dir $(top_srcdir))) macro
6 top_srcdir := $(patsubst %/,%,$(dir $(top_srcdir))) macro
7 top_srcdir := $(patsubst %/,%,$(dir $(top_srcdir))) macro
10 include $(top_srcdir)/tools/scripts/Makefile.include
22 arm64_tools_dir = $(top_srcdir)/arch/arm64/tools
/linux/tools/testing/selftests/net/
H A Dynl.mk13 $(patsubst %,$(top_srcdir)/Documentation/netlink/specs/%.yaml,$(YNL_GENS))
17 -I$(top_srcdir)/usr/include/ $(KHDR_INCLUDES) \
18 -I$(top_srcdir)/tools/net/ynl/lib/ \
19 -I$(top_srcdir)/tools/net/ynl/generated/
29 $(Q)rm -f $(top_srcdir)/tools/net/ynl/libynl.a
30 $(Q)$(MAKE) -C $(top_srcdir)/tools/net/ynl GENS="$(YNL_GENS)" libynl.a
31 $(Q)cp $(top_srcdir)/tools/net/ynl/libynl.a $(OUTPUT)/libynl.a
34 $(top_srcdir)/tools/net/ynl/lib/__pycache__ \
35 $(top_srcdir)/tools/net/ynl/lib/*.[ado] \
H A Dbpf.mk6 BPFDIR := $(top_srcdir)/tools/lib/bpf
7 APIDIR := $(top_srcdir)/tools/include/uapi
10 CCINCLUDE += -I$(top_srcdir)/usr/include/
/linux/tools/testing/selftests/vDSO/
H A DMakefile34 $(OUTPUT)/vdso_test_getrandom: CFLAGS += -isystem $(top_srcdir)/tools/include \
36 -isystem $(top_srcdir)/include/uapi
39 $(OUTPUT)/vdso_test_chacha: CFLAGS += -idirafter $(top_srcdir)/tools/include \
40 -idirafter $(top_srcdir)/tools/include/generated \
41 -idirafter $(top_srcdir)/arch/$(SRCARCH)/include \
42 -idirafter $(top_srcdir)/include \
/linux/tools/testing/selftests/arm64/
H A DMakefile14 # A proper top_srcdir is needed by KSFT(lib.mk)
15 top_srcdir = $(realpath ../../../../) macro
18 CFLAGS += -I$(top_srcdir)/tools/testing/selftests/
22 CFLAGS += -I$(top_srcdir)/tools/include
25 export top_srcdir
/linux/tools/testing/selftests/riscv/
H A DMakefile16 top_srcdir = $(realpath ../../../../) macro
19 CFLAGS += -I$(top_srcdir)/tools/testing/selftests/
24 export top_srcdir
/linux/tools/testing/selftests/syscall_user_dispatch/
H A DMakefile2 top_srcdir = ../../../.. macro
3 INSTALL_HDR_PATH = $(top_srcdir)/usr
/linux/tools/testing/selftests/net/openvswitch/
H A DMakefile3 top_srcdir = ../../../../.. macro
5 CFLAGS = -Wall -Wl,--no-as-needed -O2 -g -I$(top_srcdir)/usr/include $(KHDR_INCLUDES)
/linux/tools/testing/selftests/dt/
H A DMakefile12 $(top_srcdir)/scripts/dtc/dt-extract-compatibles -d $(top_srcdir) > $@
/linux/tools/testing/selftests/drivers/s390x/uvdevice/
H A DMakefile13 top_srcdir ?= ../../../../../.. macro
14 LINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/arch/$(ARCH)/include
/linux/tools/testing/selftests/net/mptcp/
H A DMakefile3 top_srcdir = ../../../../.. macro
5 CFLAGS = -Wall -Wl,--no-as-needed -O2 -g -I$(top_srcdir)/usr/include $(KHDR_INCLUDES)
/linux/tools/testing/selftests/kvm/
H A DMakefile6 top_srcdir = ../../../.. macro
7 include $(top_srcdir)/scripts/subarch.include
235 INSTALL_HDR_PATH = $(top_srcdir)/usr
237 LINUX_TOOL_INCLUDE = $(top_srcdir)/tools/include
239 LINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/arch/x86/include
241 LINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/arch/$(ARCH)/include
260 tools_dir := $(top_srcdir)/tools
/linux/tools/testing/selftests/rseq/
H A DMakefile7 top_srcdir = ../../../.. macro
10 $(CLANG_FLAGS) -I$(top_srcdir)/tools/include
/linux/tools/testing/selftests/sgx/
H A DMakefile1 top_srcdir = ../../../.. macro
14 INCLUDES := -I$(top_srcdir)/tools/include
/linux/tools/testing/selftests/
H A DMakefile164 top_srcdir ?= ../../.. macro
173 …abs_objtree := $(shell cd $(top_srcdir) && mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd)
182 abs_srctree := $(shell cd $(top_srcdir) && pwd)
188 include $(top_srcdir)/scripts/subarch.include
H A Dlib.mk61 top_srcdir = $(selfdir)/../../..
78 KHDR_INCLUDES := -isystem $(top_srcdir)/usr/include
88 TOOLS_INCLUDES := -isystem $(top_srcdir)/tools/include/uapi
/linux/tools/testing/selftests/drivers/dma-buf/
H A DMakefile6 top_srcdir ?=../../../../.. macro
/linux/tools/testing/selftests/net/hsr/
H A DMakefile3 top_srcdir = ../../../../.. macro
/linux/tools/testing/selftests/powerpc/primitives/
H A DMakefile4 top_srcdir = ../../../../.. macro
/linux/tools/testing/selftests/powerpc/cache_shape/
H A DMakefile4 top_srcdir = ../../../../.. macro
/linux/tools/testing/selftests/powerpc/papr_attributes/
H A DMakefile4 top_srcdir = ../../../../.. macro
/linux/tools/testing/selftests/powerpc/alignment/
H A DMakefile4 top_srcdir = ../../../../.. macro
/linux/tools/testing/selftests/powerpc/vphn/
H A DMakefile4 top_srcdir = ../../../../.. macro
/linux/tools/testing/selftests/powerpc/syscalls/
H A DMakefile4 top_srcdir = ../../../../.. macro
/linux/tools/testing/selftests/riscv/sigreturn/
H A DMakefile5 CFLAGS += -I$(top_srcdir)/tools/include

123