diff options
Diffstat (limited to 'kernel/Makefile')
-rw-r--r-- | kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index a50a6debe5fc..32b2d8bdc9f5 100644 --- a/kernel/Makefile +++ b/kernel/Makefile | |||
@@ -40,6 +40,7 @@ obj-$(CONFIG_CGROUPS) += cgroup.o | |||
40 | obj-$(CONFIG_CGROUP_DEBUG) += cgroup_debug.o | 40 | obj-$(CONFIG_CGROUP_DEBUG) += cgroup_debug.o |
41 | obj-$(CONFIG_CPUSETS) += cpuset.o | 41 | obj-$(CONFIG_CPUSETS) += cpuset.o |
42 | obj-$(CONFIG_CGROUP_CPUACCT) += cpu_acct.o | 42 | obj-$(CONFIG_CGROUP_CPUACCT) += cpu_acct.o |
43 | obj-$(CONFIG_CGROUP_NS) += ns_cgroup.o | ||
43 | obj-$(CONFIG_IKCONFIG) += configs.o | 44 | obj-$(CONFIG_IKCONFIG) += configs.o |
44 | obj-$(CONFIG_STOP_MACHINE) += stop_machine.o | 45 | obj-$(CONFIG_STOP_MACHINE) += stop_machine.o |
45 | obj-$(CONFIG_AUDIT) += audit.o auditfilter.o | 46 | obj-$(CONFIG_AUDIT) += audit.o auditfilter.o |