diff options
author | Marek Lindner <lindner_marek@yahoo.de> | 2011-07-30 06:04:12 -0400 |
---|---|---|
committer | Marek Lindner <lindner_marek@yahoo.de> | 2011-09-08 11:39:06 -0400 |
commit | fc9572756418e13e0bffaf2d58f678b907602507 (patch) | |
tree | 373a9b5631dbaa2bc8fc41c75d094a7f0bb157e5 /net/batman-adv/Makefile | |
parent | b6da4bf5d7951aba4f86d65546474c4e718f650f (diff) |
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 2de93d00631b..32935986af3b 100644 --- a/net/batman-adv/Makefile +++ b/net/batman-adv/Makefile | |||
@@ -21,6 +21,7 @@ | |||
21 | obj-$(CONFIG_BATMAN_ADV) += batman-adv.o | 21 | obj-$(CONFIG_BATMAN_ADV) += batman-adv.o |
22 | batman-adv-y += aggregation.o | 22 | batman-adv-y += aggregation.o |
23 | batman-adv-y += bat_debugfs.o | 23 | batman-adv-y += bat_debugfs.o |
24 | batman-adv-y += bat_iv_ogm.o | ||
24 | batman-adv-y += bat_sysfs.o | 25 | batman-adv-y += bat_sysfs.o |
25 | batman-adv-y += bitarray.o | 26 | batman-adv-y += bitarray.o |
26 | batman-adv-y += gateway_client.o | 27 | batman-adv-y += gateway_client.o |