Rename "tsc" to "timestamp"
[lttng-modules.git] / src / Kbuild
index 5cc8617df2991ca19b0d9619af009eb759d7968e..a341fd9bd85549eb84d0396ab324e7b202342c94 100644 (file)
@@ -35,7 +35,7 @@ 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),)
+ifneq ($(CONFIG_64BIT),)
        obj-$(CONFIG_LTTNG) += lttng-counter-client-percpu-64-modular.o
 endif # CONFIG_64BIT
 
This page took 0.02627 seconds and 4 git commands to generate.