X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=Makefile;h=b08f0bfa0f5e8acc8a7b13d5535535cc322c49ce;hb=20cac8305d09ebb92964aae8917098535d741354;hp=f65e463291a85e8fe9ad6cb610e9561f58e3c65a;hpb=231b5333103e13e81c22caa5dc9410ac688c538d;p=lttng-modules.git diff --git a/Makefile b/Makefile index f65e4632..b08f0bfa 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ ifneq ($(KERNELRELEASE),) endif endif - include $(TOP_LTTNG_MODULES_DIR)/Makefile.ABI.workarounds + include $(TOP_LTTNG_MODULES_DIR)/Kbuild.common ccflags-y += -I$(TOP_LTTNG_MODULES_DIR) @@ -59,7 +59,8 @@ ifneq ($(KERNELRELEASE),) lttng-filter.o lttng-filter-interpreter.o \ lttng-filter-specialize.o \ lttng-filter-validator.o \ - probes/lttng-probe-user.o + probes/lttng-probe-user.o \ + lttng-tp-mempool.o ifneq ($(CONFIG_HAVE_SYSCALL_TRACEPOINTS),) lttng-tracer-objs += lttng-syscalls.o