Home
last modified time | relevance | path

Searched refs:KDIR (Results 1 – 10 of 10) 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/mm/page_frag/
H A DMakefile2 KDIR ?= /lib/modules/$(shell uname -r)/build macro
15 +$(Q)make -C $(KDIR) M=$(PAGE_FRAG_TEST_DIR) modules
18 +$(Q)make -C $(KDIR) M=$(PAGE_FRAG_TEST_DIR) clean
/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/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/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/testing/selftests/livepatch/
H A Dfunctions.sh43 if [ -z "$KDIR" ]; then
44 KDIR="/lib/modules/$(uname -r)/build"
47 if [ ! -d "$KDIR" ]; then
48 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/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)
[all...]
/linux/tools/testing/selftests/mm/
H A DMakefile46 KDIR ?= /lib/modules/$(shell uname -r)/build macro
47 ifneq (,$(wildcard $(KDIR)/Module.symvers))
48 ifneq (,$(wildcard $(KDIR)/include/linux/page_frag_cache.h))