File tree Expand file tree Collapse file tree 3 files changed +1
-1
lines changed Expand file tree Collapse file tree 3 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ obj-$(CONFIG_PID_NS) += pid_namespace.o
85
85
obj-$(CONFIG_IKCONFIG) += configs.o
86
86
obj-$(CONFIG_IKHEADERS) += kheaders.o
87
87
obj-$(CONFIG_SMP) += stop_machine.o
88
- obj-$(CONFIG_KPROBES_SANITY_TEST) += test_kprobes.o
89
88
obj-$(CONFIG_AUDIT) += audit.o auditfilter.o
90
89
obj-$(CONFIG_AUDITSYSCALL) += auditsc.o audit_watch.o audit_fsnotify.o audit_tree.o
91
90
obj-$(CONFIG_GCOV_KERNEL) += gcov/
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ obj-$(CONFIG_TEST_MEMINIT) += test_meminit.o
100
100
obj-$(CONFIG_TEST_LOCKUP) += test_lockup.o
101
101
obj-$(CONFIG_TEST_HMM) += test_hmm.o
102
102
obj-$(CONFIG_TEST_FREE_PAGES) += test_free_pages.o
103
+ obj-$(CONFIG_KPROBES_SANITY_TEST) += test_kprobes.o
103
104
104
105
#
105
106
# CFLAGS for compiling floating point code inside the kernel. x86/Makefile turns
File renamed without changes.
You can’t perform that action at this time.
0 commit comments