summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
diff options
context:
space:
mode:
authorLuis Chamberlain <mcgrof@kernel.org>2023-03-19 14:35:42 -0700
committerLuis Chamberlain <mcgrof@kernel.org>2023-03-24 11:33:08 -0700
commit25be451aa4c0e9a96c59a626ab0e93d5cb7f6f48 (patch)
treeb99fe06cb89ed3bae00f25749ba0b1f503d6a75f /kernel/Makefile
parent3d40bb903ed1f654707d34bdd61ee2c332000e4b (diff)
downloadlinux-25be451aa4c0e9a96c59a626ab0e93d5cb7f6f48.tar.gz
linux-25be451aa4c0e9a96c59a626ab0e93d5cb7f6f48.tar.bz2
linux-25be451aa4c0e9a96c59a626ab0e93d5cb7f6f48.zip
module: fold usermode helper kmod into modules directory
The kernel/kmod.c is already only built if we enabled modules, so just stuff it under kernel/module/kmod.c and unify the MAINTAINERS file for it. Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to 'kernel/Makefile')
-rw-r--r--kernel/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile
index 10ef068f598d..3dd4ea433ee9 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -13,7 +13,6 @@ obj-y = fork.o exec_domain.o panic.o \
async.o range.o smpboot.o ucount.o regset.o
obj-$(CONFIG_USERMODE_DRIVER) += usermode_driver.o
-obj-$(CONFIG_MODULES) += kmod.o
obj-$(CONFIG_MULTIUSER) += groups.o
ifdef CONFIG_FUNCTION_TRACER