diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2020-07-10 22:04:12 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-10 22:04:12 +0300 |
| commit | 675cad6d635be00c166b5ce23a79e32edd694bc8 (patch) | |
| tree | 6c679e543dbf55e87eb7946a4b3b972e59dc3984 /Makefile | |
| parent | 6faa9ae6a8cf242679ce4e493a66fcb31d231c09 (diff) | |
| parent | 4d82a0fdfb95cdea2fd904c3ee33c1c6f603d153 (diff) | |
| download | hid-tmff2-675cad6d635be00c166b5ce23a79e32edd694bc8.tar.gz hid-tmff2-675cad6d635be00c166b5ce23a79e32edd694bc8.zip | |
Merge pull request #2 from Kimplul/memory
Memory
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ -obj-m += hid-tmff2.o +obj-m += hid-tminit.o +obj-m += hid-tmt300rs.o all: make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules |
