ifneq ($(KERNELRELEASE),) # kbuild part of makefile obj-m := nbd.o ccflags-y := -DNBD_OUTOFTREE else # normal makefile KDIR ?= /lib/modules/`uname -r`/build default: $(MAKE) -C $(KDIR) M=$$PWD endif