On Sun, Oct 30, 2011 at 10:18:42AM +0100, Sven Eckelmann wrote:
Signed-off-by: Antonio Quartulli ordex@autistici.org
[...]
diff --git a/Makefile.kbuild b/Makefile.kbuild index c8d6543..3076c22 100644 --- a/Makefile.kbuild +++ b/Makefile.kbuild @@ -25,7 +25,7 @@ ifeq ($(MAKING_MODULES),1) -include $(TOPDIR)/Rules.make endif
-# ccflags-y += -DCONFIG_BATMAN_ADV_DEBUG +ccflags-y += -DCONFIG_BATMAN_ADV_DEBUG
ifneq ($(REVISION),) ccflags-y += -DSOURCE_VERSION="$(REVISION)"
Please remove that change.
Done. Thanks for highlighting it.