diff options
| author | kimi <kimi.h.kuparinen@gmail.com> | 2020-05-11 07:51:24 -0400 |
|---|---|---|
| committer | kimi <kimi.h.kuparinen@gmail.com> | 2020-05-11 07:51:24 -0400 |
| commit | 940a59e68daa0dfabfd621f0a6e65b0b52dc3ccd (patch) | |
| tree | 02594d094df788edb39f145f929136b19dd6015f /Makefile | |
| parent | 46b880254965f0e707c11952de6889dbdccd514c (diff) | |
| download | hid-tmff2-940a59e68daa0dfabfd621f0a6e65b0b52dc3ccd.tar.gz hid-tmff2-940a59e68daa0dfabfd621f0a6e65b0b52dc3ccd.zip | |
first fftest run without crash
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |
