From 75006183d0a379a2b0fa844fc32b3e27d229f368 Mon Sep 17 00:00:00 2001 From: RaySlash Date: Mon, 2 Oct 2023 13:08:52 +1000 Subject: src: initial refactoring --- Makefile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index 5e2ab40..0000000 --- a/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -KDIR ?= /lib/modules/$(shell uname -r)/build - -all: hid-tminit - $(MAKE) -C $(KDIR) M=$(shell pwd) modules - -install: hid-tminit - $(MAKE) -C $(KDIR) M=$(shell pwd) modules_install - depmod -A - -clean: hid-tminit - $(MAKE) -C $(KDIR) M=$(shell pwd) clean - - -.PHONY: hid-tminit -hid-tminit: - $(MAKE) -C hid-tminit KDIR="$(KDIR)" $(MAKECMDGOALS) -- cgit v1.3