From 940a59e68daa0dfabfd621f0a6e65b0b52dc3ccd Mon Sep 17 00:00:00 2001 From: kimi Date: Mon, 11 May 2020 07:51:24 -0400 Subject: first fftest run without crash --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.3