aboutsummaryrefslogtreecommitdiff
path: root/Kbuild
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-08-13 20:12:23 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-08-13 20:12:23 +0300
commitfdbe50d06f4394c355a66c38d5867d17414051c2 (patch)
tree401592639465218aec6ae94a9e3a2e516f17b029 /Kbuild
parentcefd172e99cb6bac2570b04c8a062ac43151e20c (diff)
parent0c7a48d8b3c4e487370c1e1d90eae3cc9feab1b7 (diff)
downloadhid-tmff2-fdbe50d06f4394c355a66c38d5867d17414051c2.tar.gz
hid-tmff2-fdbe50d06f4394c355a66c38d5867d17414051c2.zip
Merge branch 't128'
Diffstat (limited to 'Kbuild')
-rw-r--r--Kbuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/Kbuild b/Kbuild
index 271745e..3f4d740 100644
--- a/Kbuild
+++ b/Kbuild
@@ -1,2 +1,7 @@
obj-m := hid-tmff-new.o
-hid-tmff-new-y := src/hid-tmff2.o src/tmt300rs/hid-tmt300rs.o src/tmt248/hid-tmt248.o src/tmtx/hid-tmtx.o src/tmtsxw/hid-tmtsxw.o
+hid-tmff-new-y := \
+ src/hid-tmff2.o \
+ src/tmt300rs/hid-tmt300rs.o \
+ src/tmt248/hid-tmt248.o \
+ src/tmtx/hid-tmtx.o \
+ src/tmtsxw/hid-tmtsxw.o