wrapper: remove types.h wrapper
[lttng-modules.git] / Makefile
index ebd355c7f575e908fd51d4434f443f63bd1b5496..5358701b3e1409e50f027d652bc223bec4afcae3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -122,8 +122,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.033014 seconds and 4 git commands to generate.