1 #Dual Purpose Makefile to support kernel module builds
2 ifneq ($(KERNELRELEASE
),)
6 KDIR
:= /lib
/modules
/$(shell uname
-r
)/build
11 $(MAKE
) -C
$(KDIR
) SUBDIRS
=$(PWD
) modules
14 $(MAKE
) -C
$(KDIR
) SUBDIRS
=$(PWD
) clean
17 $(MAKE
) -C
$(KDIR
) SUBDIRS
=$(PWD
) modules_install