ifneq ($(KERNELRELEASE),) include Kbuild else KERNELDIR := /lib/modules/`uname -r`/build modules modules_install clean:: $(MAKE) -C $(KERNELDIR) M=`pwd` $@ endif