Searched refs:KDIR (Results 1 – 5 of 5) sorted by relevance
2 KDIR ?= ../../../ macro5 $(MAKE) -C $(KDIR) M=$$PWD8 $(MAKE) -C $(KDIR) M=$$PWD modules_install
2 KDIR ?= $(abspath $(TEST_KMOD_DIR)/../../../../..) macro18 $(Q)$(MAKE) -C $(KDIR) M=$(TEST_KMOD_DIR) modules21 $(Q)$(MAKE) -C $(KDIR) M=$(TEST_KMOD_DIR) clean
42 if [ -z "$KDIR" ]; then43 KDIR="/lib/modules/$(uname -r)/build"46 if [ ! -d "$KDIR" ]; then47 echo "skip all tests: KDIR ($KDIR) not available to compile modules."
5 $(MAKE) -C $(KDIR) M=$(shell pwd) modules8 $(MAKE) -C $(KDIR) M=$(shell pwd) modules_install
4 KDIR := /lib/modules/$(shell uname -r)/build macro12 $(MAKE) -C $(KDIR) M=$(CURDIR)