X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=Makefile.ABI.workarounds;h=d553ee41517cae9491c40650746f70fcff0c0192;hb=f8ecaf9416bf5c5105285e602f13069eceb1f34b;hp=be9f1cb5455ba061bf2cad0917ad45c9efcfed54;hpb=b37d476e197064573206a68ed3bcc2e63257edd8;p=lttng-modules.git diff --git a/Makefile.ABI.workarounds b/Makefile.ABI.workarounds index be9f1cb5..d553ee41 100644 --- a/Makefile.ABI.workarounds +++ b/Makefile.ABI.workarounds @@ -7,5 +7,5 @@ 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