From 3d1c55ae1ebca5febd182227d99076a09f00082f Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 7 Apr 2025 00:18:21 -0500 Subject: [PATCH] Repaired module compilation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78916791..7400cea6 100644 --- a/Makefile +++ b/Makefile @@ -342,7 +342,7 @@ CHECK = sparse CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \ -Wbitwise -Wno-return-void $(CF) -CFLAGS_MODULE = +CFLAGS_MODULE = -fno-pic AFLAGS_MODULE = LDFLAGS_MODULE = CFLAGS_KERNEL =