Add comments and indentation to Makefile
[lttng-modules.git] / Makefile.ABI.workarounds
index be9f1cb5455ba061bf2cad0917ad45c9efcfed54..d553ee41517cae9491c40650746f70fcff0c0192 100644 (file)
@@ -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
This page took 0.023515 seconds and 4 git commands to generate.