From 8036ced205934b71717a1814b8053b473de11a7c Mon Sep 17 00:00:00 2001 From: RaySlash Date: Wed, 4 Oct 2023 14:23:14 +1000 Subject: deps: update Makefile --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5e2ab40..2cac153 100644 --- a/Makefile +++ b/Makefile @@ -1,16 +1,16 @@ KDIR ?= /lib/modules/$(shell uname -r)/build -all: hid-tminit +all: deps/tminit $(MAKE) -C $(KDIR) M=$(shell pwd) modules -install: hid-tminit +install: deps/tminit $(MAKE) -C $(KDIR) M=$(shell pwd) modules_install depmod -A -clean: hid-tminit +clean: deps/tminit $(MAKE) -C $(KDIR) M=$(shell pwd) clean -.PHONY: hid-tminit -hid-tminit: - $(MAKE) -C hid-tminit KDIR="$(KDIR)" $(MAKECMDGOALS) +.PHONY: deps/tminit +deps/tminit: + $(MAKE) -C tminit KDIR="$(KDIR)" $(MAKECMDGOALS) -- cgit v1.3