Cleanup: lttng_abi_create_event{,_notifier}: use switch/case rather than if
[lttng-modules.git] / src / Kbuild
index e9b50d576e2f867898443a21dadfaa1111843934..e3896e8125b212fc5eab6754011aeea3261a08b6 100644 (file)
@@ -13,6 +13,12 @@ obj-$(CONFIG_LTTNG) += lttng-ring-buffer-client-mmap-discard.o
 obj-$(CONFIG_LTTNG) += lttng-ring-buffer-client-mmap-overwrite.o
 obj-$(CONFIG_LTTNG) += lttng-ring-buffer-metadata-mmap-client.o
 obj-$(CONFIG_LTTNG) += lttng-ring-buffer-event-notifier-client.o
+
+obj-$(CONFIG_LTTNG) += lttng-counter-client-percpu-32-modular.o
+ifneq ($CONFIG_64BIT),)
+       obj-$(CONFIG_LTTNG) += lttng-counter-client-percpu-64-modular.o
+endif # CONFIG_64BIT
+
 obj-$(CONFIG_LTTNG) += lttng-clock.o
 
 obj-$(CONFIG_LTTNG) += lttng-tracer.o
@@ -45,9 +51,9 @@ lttng-tracer-objs := lib/msgpack/msgpack.o \
                      lttng-context-hostname.o \
                      probes/lttng.o \
                      lttng-tracker-id.o \
-                     lttng-filter.o lttng-filter-interpreter.o \
-                     lttng-filter-specialize.o \
-                     lttng-filter-validator.o \
+                     lttng-bytecode.o lttng-bytecode-interpreter.o \
+                     lttng-bytecode-specialize.o \
+                     lttng-bytecode-validator.o \
                      probes/lttng-probe-user.o \
                      lttng-tp-mempool.o \
                      lttng-event-notifier-notification.o
This page took 0.024084 seconds and 4 git commands to generate.