X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2FKbuild;h=440b61d906a20dfc8404154d56d84b1430a85825;hb=d504ea731ffc58dcdfa91ddc2c9d6aadfa9bcb37;hp=7137874fa4c7a0bf0a7ce899ff97a2c340f91aa8;hpb=89d917153fc52c1e5b0ddabf8ee078897656b263;p=lttng-modules.git diff --git a/src/Kbuild b/src/Kbuild index 7137874f..440b61d9 100644 --- a/src/Kbuild +++ b/src/Kbuild @@ -150,3 +150,5 @@ lttng-statedump-objs := lttng-statedump-impl.o obj-$(CONFIG_LTTNG) += probes/ obj-$(CONFIG_LTTNG) += lib/ obj-$(CONFIG_LTTNG) += tests/ + +obj-$(CONFIG_LTTNG_SYSCALLS_EXTRACTOR) += lttng-syscalls-extractor.o