probe btrfs: remove compatibility code
[lttng-modules.git] / Makefile
index 4ae26b41a9d0f9e036b97e4feb4b01c598f38a63..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/fdtable.o
+  lttng-statedump-objs := lttng-statedump-impl.o
 
   obj-$(CONFIG_LTTNG) += probes/
   obj-$(CONFIG_LTTNG) += lib/
This page took 0.02461 seconds and 4 git commands to generate.