Home
last modified time | relevance | path

Searched refs:KDIR (Results 1 – 6 of 6) 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/net/bench/page_pool/
H A DMakefile2 KDIR ?= /lib/modules/$(shell uname -r)/build macro
14 +$(Q)make -C $(KDIR) M=$(BENCH_PAGE_POOL_SIMPLE_TEST_DIR) modules
17 +$(Q)make -C $(KDIR) M=$(BENCH_PAGE_POOL_SIMPLE_TEST_DIR) clean
/linux/tools/testing/selftests/bpf/test_kmods/
H A DMakefile2 KDIR ?= $(abspath $(TEST_KMOD_DIR)/../../../../..) macro
18 $(Q)$(MAKE) -C $(KDIR) M=$(TEST_KMOD_DIR) modules
21 $(Q)$(MAKE) -C $(KDIR) M=$(TEST_KMOD_DIR) clean
/linux/tools/testing/selftests/livepatch/
H A Dfunctions.sh47 if [ -z "$KDIR" ]; then
48 KDIR="/lib/modules/$(uname -r)/build"
51 if [ ! -d "$KDIR" ]; then
52 echo "skip all tests: KDIR ($KDIR) not available to compile modules."
/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 DMakefile47 KDIR ?= /lib/modules/$(shell uname -r)/build macro
48 ifneq (,$(wildcard $(KDIR)/Module.symvers))
49 ifneq (,$(wildcard $(KDIR)/include/linux/page_frag_cache.h))