aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkimi <kimi.h.kuparinen@gmail.com>2020-05-11 07:51:24 -0400
committerkimi <kimi.h.kuparinen@gmail.com>2020-05-11 07:51:24 -0400
commit940a59e68daa0dfabfd621f0a6e65b0b52dc3ccd (patch)
tree02594d094df788edb39f145f929136b19dd6015f /Makefile
parent46b880254965f0e707c11952de6889dbdccd514c (diff)
downloadhid-tmff2-940a59e68daa0dfabfd621f0a6e65b0b52dc3ccd.tar.gz
hid-tmff2-940a59e68daa0dfabfd621f0a6e65b0b52dc3ccd.zip
first fftest run without crash
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 296c24f..ba704a9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
obj-m += hid-tmff2.o
all:
- make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
-
+ make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules
+install:
+ make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules_install
clean:
- make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
+ make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) clean