nixos-hardware/onenetbook/4/goodix-stylus-mastykin/Makefile

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