Thecus N2100 copy-on-button kernel module. Works with triggerhappy daemon.
[n2100.git] / Makefile
1 obj-m+=n2100_copy_button.o
2  
3 all:
4         make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules
5 clean:
6         make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean