Fix: allow LTTng to be built within kernel tree
[lttng-modules.git] / Makefile.ABI.workarounds
index f00340c977a2e6398002f81451cdcec14b7554c4..be9f1cb5455ba061bf2cad0917ad45c9efcfed54 100644 (file)
@@ -4,7 +4,7 @@
 # the kernel EXTRAVERSION to figure it out. Translate this information
 # into a define visible from the C preprocessor.
 
-DEB_API_VERSION=$(shell $(KBUILD_EXTMOD)/abi-debian-version.sh $(KERNELDIR))
+DEB_API_VERSION=$(shell $(MAKEFILEDIR)/abi-debian-version.sh $(KERNELDIR))
 
 ifneq ($(DEB_API_VERSION), 0)
 ccflags-y += -DDEBIAN_API_VERSION=$(DEB_API_VERSION)
This page took 0.022721 seconds and 4 git commands to generate.