Fix: timer_expire_entry changed in 4.19.312
[lttng-modules.git] / Makefile
index 81bdedac2376381ac523af15a530f20e2b61dc7a..8d25816cc053e03e6d8707fc281b0687bf9b81e9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,13 @@ modules:
                KCPPFLAGS='$(LKCPPFLAGS)' \
                modules
 
+syscalls_extractor:
+       $(MAKE) -C $(KERNELDIR) M=$(PWD)/src \
+               CONFIG_LTTNG_SYSCALLS_EXTRACTOR=m \
+               CONFIG_LTTNG=m CONFIG_LTTNG_CLOCK_PLUGIN_TEST=m \
+               KCPPFLAGS='$(LKCPPFLAGS)' \
+               modules
+
 modules_install:
        $(MAKE) -C $(KERNELDIR) M=$(PWD)/src \
                CONFIG_LTTNG=m CONFIG_LTTNG_CLOCK_PLUGIN_TEST=m \
This page took 0.022631 seconds and 4 git commands to generate.