diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-03-12 18:00:40 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-03-12 18:10:57 +0200 |
| commit | 60e90e0a96039c58968de551aadca0fab490d35d (patch) | |
| tree | 3812c42d3daadf964cc18ef06eaa7456b9abe84f /Makefile | |
| parent | dc3f9610f24fe43540541f2ab1a990903be20ed3 (diff) | |
| download | hid-tmff2-60e90e0a96039c58968de551aadca0fab490d35d.tar.gz hid-tmff2-60e90e0a96039c58968de551aadca0fab490d35d.zip | |
allow for wheel 'backends'
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -obj-m += hid-tmt300rs.o +obj-m += hid-tmff2.o KDIR ?= /lib/modules/$(shell uname -r)/build all: hid-tminit |
