mirror of https://github.com/aiden09/hid-sony
Initial commit
commit
741dd7b222
@ -0,0 +1,10 @@
|
|||||||
|
obj-m += hid-sony.o
|
||||||
|
|
||||||
|
all:
|
||||||
|
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
|
||||||
|
|
||||||
|
clean:
|
||||||
|
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
|
||||||
|
|
||||||
|
install:
|
||||||
|
cp hid-sony.ko /lib/modules/$(shell uname -r)/kernel/drivers/hid/
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue