The following commit has been merged in the master branch: commit fac4043933f4bc09ad08c57c6f338623a383b2de Author: Sven Eckelmann sven@narfation.org Date: Sun Dec 4 20:10:46 2011 +0100
batman-adv: Remove OpenWRT specific makefile rules
Makefile and Makefile.kbuild are included by the linux kbuild environment to build the kernel module. Rules by other build systems could lead to hard to debug problems and therefore should be avoided.
Signed-off-by: Sven Eckelmann sven@narfation.org
diff --git a/Makefile.kbuild b/Makefile.kbuild index bd7e93c..3c51455 100644 --- a/Makefile.kbuild +++ b/Makefile.kbuild @@ -18,13 +18,6 @@ # 02110-1301, USA #
- - -# openwrt integration -ifeq ($(MAKING_MODULES),1) --include $(TOPDIR)/Rules.make -endif - # ccflags-y += -DCONFIG_BATMAN_ADV_DEBUG
ifneq ($(REVISION),)