Skip to content

Commit

Permalink
Staging: batman-adv: Allow to build it inside the kernel
Browse files Browse the repository at this point in the history
We must use the user supplied information about how the code should be
compiled instead of always trying to build it as module.

Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Sven Eckelmann authored and Greg Kroah-Hartman committed Jul 8, 2010
1 parent 08f20b5 commit b066879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/batman-adv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
# 02110-1301, USA
#

obj-m += batman-adv.o
obj-$(CONFIG_BATMAN_ADV) += batman-adv.o
batman-adv-objs := main.o bat_debugfs.o bat_sysfs.o send.o routing.o soft-interface.o icmp_socket.o translation-table.o bitarray.o hash.o ring_buffer.o vis.o hard-interface.o aggregation.o originator.o

0 comments on commit b066879

Please sign in to comment.