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/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/kernel/mmiotrace/Makefile b/arch/x86/kernel/mmiotrace/Makefile
new file mode 100644
index 00000000000..d6905f7f981
--- /dev/null
+++ b/arch/x86/kernel/mmiotrace/Makefile
@@ -0,0 +1,4 @@
+obj-$(CONFIG_MMIOTRACE) += mmiotrace.o
+mmiotrace-objs := pf_in.o kmmio.o mmio-mod.o
+
+obj-$(CONFIG_MMIOTRACE_TEST) += testmmiotrace.o