Home
last modified time | relevance | path

Searched refs:KDIR (Results 1 – 12 of 12) sorted by relevance

/linux/tools/testing/nvdimm/
H A DMakefile2 KDIR ?= ../../../ macro
5 $(MAKE) -C $(KDIR) M=$$PWD
8 $(MAKE) -C $(KDIR) M=$$PWD modules_install
/linux/tools/testing/selftests/bpf/bpf_test_no_cfi/
H A DMakefile2 KDIR ?= $(abspath $(BPF_TEST_NO_CFI_DIR)/../../../../..) macro
15 +$(Q)make -C $(KDIR) M=$(BPF_TEST_NO_CFI_DIR) modules
18 +$(Q)make -C $(KDIR) M=$(BPF_TEST_NO_CFI_DIR) clean
/linux/tools/testing/selftests/bpf/bpf_test_modorder_y/
H A DMakefile2 KDIR ?= $(abspath $(BPF_TESTMOD_DIR)/../../../../..) macro
15 +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) modules
18 +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) clean
/linux/tools/testing/selftests/bpf/bpf_test_modorder_x/
H A DMakefile2 KDIR ?= $(abspath $(BPF_TESTMOD_DIR)/../../../../..) macro
15 +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) modules
18 +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) clean
/linux/tools/testing/selftests/bpf/bpf_testmod/
H A DMakefile2 KDIR ?= $(abspath $(BPF_TESTMOD_DIR)/../../../../..) macro
16 +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) modules
19 +$(Q)make -C $(KDIR) M=$(BPF_TESTMOD_DIR) clean
/linux/tools/testing/selftests/livepatch/test_modules/
H A DMakefile2 KDIR ?= /lib/modules/$(shell uname -r)/build macro
17 # Ensure that KDIR exists, otherwise skip the compilation
19 ifneq ("$(wildcard $(KDIR))", "")
20 $(Q)$(MAKE) -C $(KDIR) modules KBUILD_EXTMOD=$(TESTMODS_DIR)
23 # Ensure that KDIR exists, otherwise skip the clean target
25 ifneq ("$(wildcard $(KDIR))", "")
26 $(Q)$(MAKE) -C $(KDIR) clean KBUILD_EXTMOD=$(TESTMODS_DIR)
/linux/tools/net/ynl/
H A Dynl-regen.sh17 KDIR=$(dirname $(dirname $(dirname $(dirname $(realpath $0)))))
18 pushd ${search:-$KDIR} >>/dev/null
34 --spec $KDIR/${params[0]} $args -o $f
/linux/tools/testing/selftests/livepatch/
H A Dfunctions.sh42 if [ -z "$KDIR" ]; then
43 KDIR="/lib/modules/$(uname -r)/build"
46 if [ ! -d "$KDIR" ]; then
47 echo "skip all tests: KDIR ($KDIR) not available to compile modules."
/linux/Documentation/kbuild/
H A Dmodules.rst71 ($KDIR refers to the path of the kernel source directory, or the path
78 make -C $KDIR M=$PWD [MO=$BUILD_DIR]
80 -C $KDIR
101 make -C $KDIR M=$PWD [target]
136 make -C $KDIR M=$PWD bar.lst
137 make -C $KDIR M=$PWD baz.o
138 make -C $KDIR M=$PWD foo.ko
139 make -C $KDIR M=$PWD ./
191 KDIR ?= /lib/modules/`uname -r`/build
194 $(MAKE) -C $(KDIR) M=$$PWD
[all …]
/linux/drivers/media/cec/usb/extron-da-hd-4k-plus/
H A DMakefile5 $(MAKE) -C $(KDIR) M=$(shell pwd) modules
8 $(MAKE) -C $(KDIR) M=$(shell pwd) modules_install
/linux/tools/power/cpupower/debug/kernel/
H A DMakefile4 KDIR := /lib/modules/$(shell uname -r)/build macro
12 $(MAKE) -C $(KDIR) M=$(CURDIR)
/linux/tools/testing/selftests/mm/
H A DMakefile39 KDIR ?= /lib/modules/$(shell uname -r)/build macro
40 ifneq (,$(wildcard $(KDIR)/Module.symvers))
41 ifneq (,$(wildcard $(KDIR)/include/linux/page_frag_cache.h))