summaryrefslogtreecommitdiff
path: root/drivers/block/aoe/Makefile
diff options
context:
space:
mode:
authorTracey Dent <tdent48227@gmail.com>2011-01-19 08:25:02 -0700
committerJens Axboe <jaxboe@fusionio.com>2011-01-19 08:25:02 -0700
commita0700bdd0b0150ea445159b1dee587f1507c272f (patch)
tree5e2a5162561a26074eb995e80172b62d13f41fff /drivers/block/aoe/Makefile
parentee71a968672a9951aee6014c55511007596425bc (diff)
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>
Diffstat (limited to 'drivers/block/aoe/Makefile')
-rw-r--r--drivers/block/aoe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/aoe/Makefile b/drivers/block/aoe/Makefile
index e76d997183c6..06ea82cdf27d 100644
--- a/drivers/block/aoe/Makefile
+++ b/drivers/block/aoe/Makefile
@@ -3,4 +3,4 @@
#
obj-$(CONFIG_ATA_OVER_ETH) += aoe.o
-aoe-objs := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o
+aoe-y := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o