| /linux/tools/arch/arm64/tools/ |
| H A D | Makefile | 3 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 16 arm64_tools_dir = $(top_srcdir)/arch/arm64/tools
|
| /linux/tools/testing/selftests/net/ |
| H A D | ynl.mk | 14 $(patsubst %,$(top_srcdir)/Documentation/netlink/specs/%.yaml,$(YNL_GENS)) 18 -I$(top_srcdir)/usr/include/ $(KHDR_INCLUDES) \ 19 -I$(top_srcdir)/tools/net/ynl/lib/ \ 20 -I$(top_srcdir)/tools/net/ynl/generated/ 30 $(Q)rm -f $(top_srcdir)/tools/net/ynl/libynl.a 31 $(Q)$(MAKE) -C $(top_srcdir)/tools/net/ynl \ 33 $(Q)cp $(top_srcdir)/tools/net/ynl/libynl.a $(OUTPUT)/libynl.a 36 $(top_srcdir)/tools/net/ynl/pyynl/__pycache__ \ 37 $(top_srcdir)/tools/net/ynl/pyynl/lib/__pycache__ \ 38 $(top_srcdir)/tool [all...] |
| H A D | bpf.mk | 6 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 D | Makefile | 25 -fno-stack-protector -include $(top_srcdir)/tools/include/nolibc/nolibc.h \ 26 -I$(top_srcdir)/tools/include/nolibc/ $(KHDR_INCLUDES) 39 $(OUTPUT)/vdso_test_getrandom: CFLAGS += -isystem $(top_srcdir)/tools/include \ 41 -isystem $(top_srcdir)/include/uapi 44 $(OUTPUT)/vdso_test_chacha: CFLAGS += -idirafter $(top_srcdir)/tools/include \ 45 -idirafter $(top_srcdir)/tools/include/generated \ 46 -idirafter $(top_srcdir)/arch/$(SRCARCH)/include \ 47 -idirafter $(top_srcdir)/include \
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | Makefile | 6 include $(top_srcdir)/scripts/Makefile.compiler 13 -isystem $(top_srcdir)/tools/include/nolibc -isystem $(top_srcdir)/usr/include \
|
| /linux/tools/testing/selftests/riscv/ |
| H A D | Makefile | 16 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 D | Makefile | 2 top_srcdir = ../../../.. macro 3 INSTALL_HDR_PATH = $(top_srcdir)/usr
|
| /linux/tools/testing/selftests/ |
| H A D | lib.mk | 61 top_srcdir = $(selfdir)/../../.. 78 KHDR_INCLUDES := -isystem $(top_srcdir)/usr/include 88 TOOLS_INCLUDES := -isystem $(top_srcdir)/tools/include/uapi 203 CFLAGS += -I${top_srcdir}/tools/testing/selftests 238 $(Q)$(MAKE) -f $(top_srcdir)/Makefile -C $(khdr_output) headers
|
| H A D | Makefile | 177 top_srcdir ?= ../../.. macro 186 …abs_objtree := $(shell cd $(top_srcdir) && mkdir -p $(KBUILD_OUTPUT) && cd $(KBUILD_OUTPUT) && pwd) 195 abs_srctree := $(shell cd $(top_srcdir) && pwd) 201 include $(top_srcdir)/scripts/subarch.include
|
| /linux/tools/testing/selftests/net/openvswitch/ |
| H A D | Makefile | 3 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 D | Makefile | 12 $(top_srcdir)/scripts/dtc/dt-extract-compatibles -d $(top_srcdir) > $@
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | Makefile | 2 top_srcdir = ../../../.. macro 3 include $(top_srcdir)/scripts/subarch.include
|
| /linux/tools/testing/selftests/drivers/s390x/uvdevice/ |
| H A D | Makefile | 13 top_srcdir ?= ../../../../../.. macro 14 LINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/arch/$(ARCH)/include
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | Makefile | 3 top_srcdir = ../../../../.. macro 5 CFLAGS += -Wall -Wl,--no-as-needed -O2 -g -I$(top_srcdir)/usr/include $(KHDR_INCLUDES)
|
| /linux/tools/testing/selftests/sgx/ |
| H A D | Makefile | 1 top_srcdir = ../../../.. macro 14 INCLUDES := -I$(top_srcdir)/tools/include
|
| /linux/tools/testing/selftests/drivers/dma-buf/ |
| H A D | Makefile | 6 top_srcdir ?=../../../../.. macro
|
| /linux/tools/testing/selftests/net/hsr/ |
| H A D | Makefile | 3 top_srcdir = ../../../../.. macro
|
| /linux/tools/testing/selftests/powerpc/primitives/ |
| H A D | Makefile | 4 top_srcdir = ../../../../.. macro
|
| /linux/tools/testing/selftests/powerpc/cache_shape/ |
| H A D | Makefile | 4 top_srcdir = ../../../../.. macro
|
| /linux/tools/testing/selftests/powerpc/papr_attributes/ |
| H A D | Makefile | 4 top_srcdir = ../../../../.. macro
|
| /linux/tools/testing/selftests/powerpc/alignment/ |
| H A D | Makefile | 4 top_srcdir = ../../../../.. macro
|
| /linux/tools/testing/selftests/powerpc/vphn/ |
| H A D | Makefile | 4 top_srcdir = ../../../../.. macro
|
| /linux/tools/testing/selftests/powerpc/syscalls/ |
| H A D | Makefile | 4 top_srcdir = ../../../../.. macro
|
| /linux/tools/testing/selftests/riscv/sigreturn/ |
| H A D | Makefile | 5 CFLAGS += -I$(top_srcdir)/tools/include
|
| /linux/tools/testing/selftests/riscv/abi/ |
| H A D | Makefile | 3 CFLAGS += -I$(top_srcdir)/tools/include
|