1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00
nixos-hardware/onenetbook/4/goodix-stylus-mastykin/Makefile

8 lines
142 B
Makefile
Raw Permalink Normal View History

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