## Copyright (C) 2007-2014 B.A.T.M.A.N. contributors:## Marek Lindner, Simon Wunderlich## This program is free software; you can redistribute it and/or# modify it under the terms of version 2 of the GNU General Public# License as published by the Free Software Foundation.## This program is distributed in the hope that it will be useful, but# WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU# General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, see <http://www.gnu.org/licenses/>.#obj-$(CONFIG_BATMAN_ADV)+=batman-adv.obatman-adv-y+= bat_iv_ogm.obatman-adv-y+= bitarray.obatman-adv-$(CONFIG_BATMAN_ADV_BLA)+=bridge_loop_avoidance.obatman-adv-y+= debugfs.obatman-adv-$(CONFIG_BATMAN_ADV_DAT)+=distributed-arp-table.obatman-adv-y+= fragmentation.obatman-adv-y+= gateway_client.obatman-adv-y+= gateway_common.obatman-adv-y+= hard-interface.obatman-adv-y+= hash.obatman-adv-y+= icmp_socket.obatman-adv-y+= main.obatman-adv-$(CONFIG_BATMAN_ADV_NC)+=network-coding.obatman-adv-y+= originator.obatman-adv-y+= routing.obatman-adv-y+= send.obatman-adv-y+= soft-interface.obatman-adv-y+= sysfs.obatman-adv-y+= translation-table.o