From cf4111b64dda7602f735c5c52282b04ce88ac433 Mon Sep 17 00:00:00 2001 From: twoneis Date: Thu, 27 Mar 2025 14:43:08 +0100 Subject: [PATCH] maybe idk --- .gitignore | 3 --- code/Makefile | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 775ba72c5..9b4210648 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ .direnv/ -*.o -*.ko -*.mod diff --git a/code/Makefile b/code/Makefile index e422758d9..2c59c9d6d 100644 --- a/code/Makefile +++ b/code/Makefile @@ -1,5 +1,7 @@ obj-m += lkm.o +all: module + module: make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules