From: Tracey Dent Date: Fri, 8 Oct 2010 00:01:22 +0000 (-0400) Subject: Staging: batman-adv: Makefile: replace the use of -objs with -y X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8996ba139e3a09ef58e170ecc807a25a879ab6ec;p=linux-beck.git Staging: batman-adv: Makefile: replace the use of -objs with -y Changed -objs to -y n Makefile. Signed-off-by: Tracey Dent Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/batman-adv/Makefile b/drivers/staging/batman-adv/Makefile index 4b5c4349cdc5..78924283ea74 100644 --- a/drivers/staging/batman-adv/Makefile +++ b/drivers/staging/batman-adv/Makefile @@ -19,4 +19,4 @@ # 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 unicast.o +batman-adv-y := 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 unicast.o