diff options
Diffstat (limited to 'arch/x86/kernel/mmiotrace/Makefile')
-rw-r--r-- | arch/x86/kernel/mmiotrace/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/kernel/mmiotrace/Makefile b/arch/x86/kernel/mmiotrace/Makefile index d6905f7f981b..cf1e747b463e 100644 --- a/arch/x86/kernel/mmiotrace/Makefile +++ b/arch/x86/kernel/mmiotrace/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | obj-$(CONFIG_MMIOTRACE) += mmiotrace.o | 1 | obj-$(CONFIG_MMIOTRACE_HOOKS) += kmmio.o |
2 | mmiotrace-objs := pf_in.o kmmio.o mmio-mod.o | 2 | obj-$(CONFIG_MMIOTRACE) += mmiotrace.o |
3 | 3 | mmiotrace-objs := pf_in.o mmio-mod.o | |
4 | obj-$(CONFIG_MMIOTRACE_TEST) += testmmiotrace.o | 4 | obj-$(CONFIG_MMIOTRACE_TEST) += testmmiotrace.o |