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

8 lines
142 B
Makefile
Raw Normal View History

2021-06-06 12:28:46 -04:00
obj-m += hid-multitouch-onenetbook4.o
all:
make -C $(KERNEL_DIR) M=$(PWD) modules
install:
make -C $(KERNEL_DIR) M=$(PWD) modules_install