nixos-hardware/onenetbook/4/goodix-stylus-mastykin/Makefile
2021-06-26 12:09:54 +02:00

8 lines
142 B
Makefile

obj-m += hid-multitouch-onenetbook4.o
all:
make -C $(KERNEL_DIR) M=$(PWD) modules
install:
make -C $(KERNEL_DIR) M=$(PWD) modules_install