Newer
Older
TestKM / mouse-driver / Makefile
@motoki miura motoki miura on 11 Nov 227 bytes mouse-driver
obj-m := mousek.o
KDIR    := /lib/modules/$(shell uname -r)/build
VERBOSE = 0

all:
	$(MAKE) -C $(KDIR) M=$(PWD) KBUILD_VERBOSE=$(VERBOSE) CONFIG_DEBUG_INFO=y modules
clean:
	rm -f *.o *.ko *.mod.c Module.symvers modules.order