From 35b2ee8412d03172613ab12dd452fcd5660f934b Mon Sep 17 00:00:00 2001 From: RaySlash Date: Wed, 4 Oct 2023 14:59:24 +1000 Subject: deps: update paths --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 63f9b60..747a48e 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.3