diff options
author | Marek Lindner <lindner_marek@yahoo.de> | 2011-07-30 12:04:12 +0200 |
---|---|---|
committer | Marek Lindner <lindner_marek@yahoo.de> | 2011-09-08 17:39:06 +0200 |
commit | fc9572756418e13e0bffaf2d58f678b907602507 (patch) | |
tree | 373a9b5631dbaa2bc8fc41c75d094a7f0bb157e5 /net/batman-adv/Makefile | |
parent | b6da4bf5d7951aba4f86d65546474c4e718f650f (diff) | |
download | op-kernel-dev-fc9572756418e13e0bffaf2d58f678b907602507.zip op-kernel-dev-fc9572756418e13e0bffaf2d58f678b907602507.tar.gz |
batman-adv: agglomerate all batman iv ogm processing functions in a single file
In preparation of the upcoming improved routing algorithm the code based has
to be re-organized to allow choosing the routing algorithm at compile time.
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Diffstat (limited to 'net/batman-adv/Makefile')
-rw-r--r-- | net/batman-adv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/batman-adv/Makefile b/net/batman-adv/Makefile index 2de93d0..3293598 100644 --- a/net/batman-adv/Makefile +++ b/net/batman-adv/Makefile @@ -21,6 +21,7 @@ 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 batman-adv-y += bitarray.o batman-adv-y += gateway_client.o |