Searched refs:KDIR (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/nvdimm/
H A DMakefile2 KDIR ?= ../../../ macro
5 $(MAKE) -C $(KDIR) M=$$PWD
8 $(MAKE) -C $(KDIR) M=$$PWD modules_install
/linux-master/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-master/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-master/tools/testing/selftests/livepatch/test_modules/
H A DMakefile2 KDIR ?= /lib/modules/$(shell uname -r)/build macro
16 # Ensure that KDIR exists, otherwise skip the compilation
18 ifneq ("$(wildcard $(KDIR))", "")
19 $(Q)$(MAKE) -C $(KDIR) modules KBUILD_EXTMOD=$(TESTMODS_DIR)
22 # Ensure that KDIR exists, otherwise skip the clean target
24 ifneq ("$(wildcard $(KDIR))", "")
25 $(Q)$(MAKE) -C $(KDIR) clean KBUILD_EXTMOD=$(TESTMODS_DIR)
/linux-master/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-master/tools/power/cpupower/debug/kernel/
H A DMakefile4 KDIR := /lib/modules/$(shell uname -r)/build macro
12 $(MAKE) -C $(KDIR) M=$(CURDIR)
/linux-master/tools/testing/selftests/livepatch/
H A Dfunctions.sh39 if [ -z "$KDIR" ]; then
40 KDIR="/lib/modules/$(uname -r)/build"
43 if [ ! -d "$KDIR" ]; then
44 echo "skip all tests: KDIR ($KDIR) not available to compile modules."

Completed in 94 milliseconds