]> Git Repo - linux.git/blobdiff - kernel/Makefile
Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / kernel / Makefile
index 9c323a6daa469ccff04771489ba17ee31183c03b..ed470aac53da1e3b47bd98517cb67deefd853588 100644 (file)
@@ -5,12 +5,13 @@
 obj-y     = fork.o exec_domain.o panic.o \
            cpu.o exit.o softirq.o resource.o \
            sysctl.o sysctl_binary.o capability.o ptrace.o user.o \
-           signal.o sys.o kmod.o workqueue.o pid.o task_work.o \
+           signal.o sys.o umh.o workqueue.o pid.o task_work.o \
            extable.o params.o \
            kthread.o sys_ni.o nsproxy.o \
            notifier.o ksysfs.o cred.o reboot.o \
            async.o range.o smpboot.o ucount.o
 
+obj-$(CONFIG_MODULES) += kmod.o
 obj-$(CONFIG_MULTIUSER) += groups.o
 
 ifdef CONFIG_FUNCTION_TRACER
This page took 0.041016 seconds and 4 git commands to generate.