summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/Makefile
diff options
context:
space:
mode:
authorMarek Lindner2011-08-03 09:09:30 +0200
committerMarek Lindner2011-09-08 17:44:41 +0200
commitb9dacc521f1cc21f018b27c9f83668258aaec8a2 (patch)
tree23187d4eb263098f2ab4e9fb48f0442a1bfea48d /net/batman-adv/Makefile
parentbatman-adv: move routing packet initialization into corresponding file (diff)
downloadkernel-qcow2-linux-b9dacc521f1cc21f018b27c9f83668258aaec8a2.tar.gz
kernel-qcow2-linux-b9dacc521f1cc21f018b27c9f83668258aaec8a2.tar.xz
kernel-qcow2-linux-b9dacc521f1cc21f018b27c9f83668258aaec8a2.zip
batman-adv: agglomerate all batman iv ogm sending functions in the batman iv file
In the process the batman iv OGM aggregation code could be merged into the batman iv code base which makes the separate aggregation files superfluous. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Diffstat (limited to 'net/batman-adv/Makefile')
-rw-r--r--net/batman-adv/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/batman-adv/Makefile b/net/batman-adv/Makefile
index 32935986af3b..ce6861166499 100644
--- a/net/batman-adv/Makefile
+++ b/net/batman-adv/Makefile
@@ -19,7 +19,6 @@
#
obj-$(CONFIG_BATMAN_ADV) += batman-adv.o
-batman-adv-y += aggregation.o
batman-adv-y += bat_debugfs.o
batman-adv-y += bat_iv_ogm.o
batman-adv-y += bat_sysfs.o