diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2020-11-18 18:56:57 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2020-11-18 18:56:57 +0200 |
| commit | 35286124475da58fba130811cf39cc5a29ddb646 (patch) | |
| tree | 2237f35b3407f321d8278700123a7dc626d3fda0 | |
| parent | 65273af44d06f1ededef1c864cc933c3592bc33d (diff) | |
| download | hid-tmff2-35286124475da58fba130811cf39cc5a29ddb646.tar.gz hid-tmff2-35286124475da58fba130811cf39cc5a29ddb646.zip | |
Added depmod to install
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | fft.txt | 11 |
2 files changed, 2 insertions, 11 deletions
@@ -5,5 +5,7 @@ all: 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 + depmod -A + clean: make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) clean diff --git a/fft.txt b/fft.txt deleted file mode 100644 index 0f942de..0000000 --- a/fft.txt +++ /dev/null @@ -1,11 +0,0 @@ -83 -85 -84 -86 - -81 - -83 -85 -84 -86 |
