X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=Makefile;h=35d765e0229ba665f541be63afe91013a676c7d3;hb=f127e61ee231d002fb9a7803643a157e06f6d2e2;hp=23049ca34582b5e3f22e5b28465145c6111319c2;hpb=e0130fabb0cbec05e19fcc7fe955fe9d8d8bc91e;p=lttng-modules.git diff --git a/Makefile b/Makefile index 23049ca3..35d765e0 100644 --- a/Makefile +++ b/Makefile @@ -36,15 +36,19 @@ lttng-tracer-objs := lttng-events.o lttng-abi.o \ lttng-context-vppid.o lttng-calibrate.o \ lttng-context-hostname.o wrapper/random.o \ probes/lttng.o wrapper/trace-clock.o \ - lttng-tracker-pid.o + lttng-tracker-pid.o \ + lttng-filter.o lttng-filter-interpreter.o \ + lttng-filter-specialize.o \ + lttng-filter-validator.o \ + probes/lttng-probe-user.o obj-m += lttng-statedump.o lttng-statedump-objs := lttng-statedump-impl.o wrapper/irqdesc.o \ wrapper/fdtable.o -ifneq ($(CONFIG_HAVE_SYSCALL_TRACEPOINTS),) -lttng-tracer-objs += lttng-syscalls.o probes/lttng-probe-user.o -endif # CONFIG_HAVE_SYSCALL_TRACEPOINTS +#ifneq ($(CONFIG_HAVE_SYSCALL_TRACEPOINTS),) +#lttng-tracer-objs += lttng-syscalls.o +#endif # CONFIG_HAVE_SYSCALL_TRACEPOINTS ifneq ($(CONFIG_PERF_EVENTS),) lttng-tracer-objs += $(shell \