Sven Eckelmann | c6c8fea | 2010-12-13 11:19:28 +0000 | [diff] [blame] | 1 | # |
Sven Eckelmann | 567db7b | 2012-01-01 00:41:38 +0100 | [diff] [blame] | 2 | # Copyright (C) 2007-2012 B.A.T.M.A.N. contributors: |
Sven Eckelmann | c6c8fea | 2010-12-13 11:19:28 +0000 | [diff] [blame] | 3 | # |
| 4 | # Marek Lindner, Simon Wunderlich |
| 5 | # |
| 6 | # This program is free software; you can redistribute it and/or |
| 7 | # modify it under the terms of version 2 of the GNU General Public |
| 8 | # License as published by the Free Software Foundation. |
| 9 | # |
| 10 | # This program is distributed in the hope that it will be useful, but |
| 11 | # WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 13 | # General Public License for more details. |
| 14 | # |
| 15 | # You should have received a copy of the GNU General Public License |
| 16 | # along with this program; if not, write to the Free Software |
| 17 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
| 18 | # 02110-1301, USA |
| 19 | # |
| 20 | |
| 21 | obj-$(CONFIG_BATMAN_ADV) += batman-adv.o |
Marek Lindner | fc95727 | 2011-07-30 12:04:12 +0200 | [diff] [blame] | 22 | batman-adv-y += bat_iv_ogm.o |
Sven Eckelmann | c6c8fea | 2010-12-13 11:19:28 +0000 | [diff] [blame] | 23 | batman-adv-y += bitarray.o |
Simon Wunderlich | 7a5cc24 | 2012-01-22 20:00:27 +0100 | [diff] [blame] | 24 | batman-adv-$(CONFIG_BATMAN_ADV_BLA) += bridge_loop_avoidance.o |
Sven Eckelmann | b706b13 | 2012-06-10 23:58:51 +0200 | [diff] [blame] | 25 | batman-adv-y += debugfs.o |
Antonio Quartulli | 1722447 | 2011-11-06 12:23:55 +0100 | [diff] [blame] | 26 | batman-adv-$(CONFIG_BATMAN_ADV_DAT) += distributed-arp-table.o |
Sven Eckelmann | c6c8fea | 2010-12-13 11:19:28 +0000 | [diff] [blame] | 27 | batman-adv-y += gateway_client.o |
| 28 | batman-adv-y += gateway_common.o |
| 29 | batman-adv-y += hard-interface.o |
| 30 | batman-adv-y += hash.o |
| 31 | batman-adv-y += icmp_socket.o |
| 32 | batman-adv-y += main.o |
| 33 | batman-adv-y += originator.o |
| 34 | batman-adv-y += ring_buffer.o |
| 35 | batman-adv-y += routing.o |
| 36 | batman-adv-y += send.o |
| 37 | batman-adv-y += soft-interface.o |
Sven Eckelmann | b706b13 | 2012-06-10 23:58:51 +0200 | [diff] [blame] | 38 | batman-adv-y += sysfs.o |
Sven Eckelmann | c6c8fea | 2010-12-13 11:19:28 +0000 | [diff] [blame] | 39 | batman-adv-y += translation-table.o |
| 40 | batman-adv-y += unicast.o |
| 41 | batman-adv-y += vis.o |