Fix: allow LTTng to be built within kernel tree
[lttng-modules.git] / lib / Makefile
index 5f092f553cee10587a147918edb59bfab7761ade..6074406678c1554fe38d3592e88f058c1cdc7291 100644 (file)
@@ -1,3 +1,8 @@
+KERNELDIR = ${LTTNG_KERNELDIR}
+MAKEFILEDIR = $(shell dirname $(lastword $(MAKEFILE_LIST)))
+
+include $(MAKEFILEDIR)/../Makefile.ABI.workarounds
+
 obj-m += lttng-lib-ring-buffer.o
 
 lttng-lib-ring-buffer-objs := \
This page took 0.022607 seconds and 4 git commands to generate.