Add time namespace context
[deliverable/lttng-modules.git] / src / Kbuild
index fad44601c6e2397457d9080a22edef6f69c35465..a48e1cb13196dccc877c34b68f536c17ecd8d551 100644 (file)
@@ -105,6 +105,10 @@ ifneq ($(CONFIG_UTS_NS),)
   lttng-tracer-objs += lttng-context-uts-ns.o
 endif
 
+ifneq ($(CONFIG_TIME_NS),)
+  lttng-tracer-objs += lttng-context-time-ns.o
+endif
+
 obj-$(CONFIG_LTTNG) += lttng-statedump.o
 lttng-statedump-objs := lttng-statedump-impl.o
 
This page took 0.024088 seconds and 5 git commands to generate.