diff options
| author | RaySlash <stevemathewjoy@gmail.com> | 2023-10-04 14:59:24 +1000 |
|---|---|---|
| committer | RaySlash <stevemathewjoy@gmail.com> | 2023-10-04 15:06:51 +1000 |
| commit | 35b2ee8412d03172613ab12dd452fcd5660f934b (patch) | |
| tree | 7cc67f4856bc3b5447a12aa8d3d30a61cd976713 /Makefile | |
| parent | 0c1382901e189557037343029fa86a7d249892b7 (diff) | |
| download | hid-tmff2-35b2ee8412d03172613ab12dd452fcd5660f934b.tar.gz hid-tmff2-35b2ee8412d03172613ab12dd452fcd5660f934b.zip | |
deps: update paths
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,16 +1,16 @@ KDIR ?= /lib/modules/$(shell uname -r)/build -all: hid-tminit +all: deps/hid-tminit $(MAKE) -C $(KDIR) M=$(shell pwd) modules -install: hid-tminit +install: deps/hid-tminit $(MAKE) -C $(KDIR) M=$(shell pwd) modules_install depmod -A -clean: hid-tminit +clean: deps/hid-tminit $(MAKE) -C $(KDIR) M=$(shell pwd) clean -.PHONY: hid-tminit +.PHONY: deps/hid-tminit hid-tminit: $(MAKE) -C deps/hid-tminit KDIR="$(KDIR)" $(MAKECMDGOALS) |
