Fix: Ubuntu kernel range for block_rq_complete
[deliverable/lttng-modules.git] / Makefile.ABI.workarounds
index f00340c977a2e6398002f81451cdcec14b7554c4..d553ee41517cae9491c40650746f70fcff0c0192 100644 (file)
@@ -4,8 +4,8 @@
 # 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)
+  ccflags-y += -DDEBIAN_API_VERSION=$(DEB_API_VERSION)
 endif
This page took 0.041082 seconds and 5 git commands to generate.