aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/mmiotrace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/mmiotrace/Makefile')
-rw-r--r--arch/x86/kernel/mmiotrace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/mmiotrace/Makefile b/arch/x86/kernel/mmiotrace/Makefile
index cf1e747b463..dbcd8d50fb8 100644
--- a/arch/x86/kernel/mmiotrace/Makefile
+++ b/arch/x86/kernel/mmiotrace/Makefile
@@ -1,4 +1,4 @@
obj-$(CONFIG_MMIOTRACE_HOOKS) += kmmio.o
obj-$(CONFIG_MMIOTRACE) += mmiotrace.o
-mmiotrace-objs := pf_in.o mmio-mod.o
+mmiotrace-y := pf_in.o mmio-mod.o
obj-$(CONFIG_MMIOTRACE_TEST) += testmmiotrace.o