Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers/block/aoe/Makefile: replace the use of <module>-objs with <module>-y

Change Makefile to use <modules>-y instead of <modules>-objs because -objs
is deprecated and should now be switched. According to
(documentation/kbuild/makefiles.txt).

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Cc: "Ed L. Cashin" <ecashin@coraid.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>

authored by

Tracey Dent and committed by
Jens Axboe
a0700bdd ee71a968

+1 -1
+1 -1
drivers/block/aoe/Makefile
··· 3 3 # 4 4 5 5 obj-$(CONFIG_ATA_OVER_ETH) += aoe.o 6 - aoe-objs := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o 6 + aoe-y := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o