probe kvm x86 mmu: remove compatibility code
[lttng-modules.git] / Makefile
index ebd355c7f575e908fd51d4434f443f63bd1b5496..a96ab73cc2855a1e2fd1e5e05c3ab57061edf24e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,6 @@ ifneq ($(KERNELRELEASE),)
                        lttng-context-callstack.o lttng-calibrate.o \
                        lttng-context-hostname.o wrapper/random.o \
                        probes/lttng.o wrapper/trace-clock.o \
-                       wrapper/page_alloc.o \
                        lttng-tracker-id.o \
                        lttng-filter.o lttng-filter-interpreter.o \
                        lttng-filter-specialize.o \
@@ -122,8 +121,7 @@ ifneq ($(KERNELRELEASE),)
   endif
 
   obj-$(CONFIG_LTTNG) += lttng-statedump.o
-  lttng-statedump-objs := lttng-statedump-impl.o wrapper/irqdesc.o \
-                          wrapper/fdtable.o
+  lttng-statedump-objs := lttng-statedump-impl.o
 
   obj-$(CONFIG_LTTNG) += probes/
   obj-$(CONFIG_LTTNG) += lib/
This page took 0.022525 seconds and 4 git commands to generate.