aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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