X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=Makefile;h=dc44fd40b6cfb2834ef0b1e89861aa5e85ecafc4;hb=f5cf8eff6312d07b6e2cf012e04fce554613a748;hp=ac8618deb17efa83cb2a56ee6f4d87d6454b0d42;hpb=a509e13364a2d024a2ae2acbeee3ac4ac2634842;p=lttng-modules.git diff --git a/Makefile b/Makefile index ac8618de..dc44fd40 100644 --- a/Makefile +++ b/Makefile @@ -7,18 +7,20 @@ ifneq ($(CONFIG_TRACEPOINTS),) obj-m += ltt-ring-buffer-client-discard.o obj-m += ltt-ring-buffer-client-overwrite.o +obj-m += ltt-ring-buffer-metadata-client.o obj-m += ltt-relay.o -ltt-relay-objs := ltt-events.o ltt-event-header.o ltt-debugfs-abi.o \ - ltt-probes.o ltt-core.o +ltt-relay-objs := ltt-events.o ltt-debugfs-abi.o \ + ltt-probes.o ltt-core.o ltt-context.o \ + lttng-context-pid.o lttng-context-comm.o \ + lttng-context-prio.o lttng-context-nice.o -obj-m += probes/ +ifneq ($(CONFIG_PERF_EVENTS),) +ltt-relay-objs += lttng-context-perf-counters.o +endif -# Use externally packaged lib ring buffer if missing in kernel -ifneq ($(CONFIG_LIB_RING_BUFFER),) -else +obj-m += probes/ obj-m += lib/ -endif endif