X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile;h=01b0e7ee1b02d0f45e08b305cf45b77b98a9f7b5;hb=becb1a77f72c28357fc6509c1ec25dc8d4804b2c;hp=8da265d5e54da460b46200e74bf1f23ce0267539;hpb=881833e349e275ac324fc3abf8a34d76f91047ea;p=lttng-modules.git diff --git a/Makefile b/Makefile index 8da265d5..01b0e7ee 100644 --- a/Makefile +++ b/Makefile @@ -11,15 +11,11 @@ obj-m += ltt-ring-buffer-metadata-client.o obj-m += ltt-relay.o ltt-relay-objs := ltt-events.o ltt-debugfs-abi.o \ - ltt-probes.o ltt-core.o + ltt-probes.o ltt-core.o ltt-context.o \ + lttng-context-pid.o obj-m += probes/ - -# Use externally packaged lib ring buffer if missing in kernel -ifneq ($(CONFIG_LIB_RING_BUFFER),) -else obj-m += lib/ -endif endif