a0700bdd0b
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>
6 lines
138 B
Makefile
6 lines
138 B
Makefile
#
|
|
# Makefile for ATA over Ethernet
|
|
#
|
|
|
|
obj-$(CONFIG_ATA_OVER_ETH) += aoe.o
|
|
aoe-y := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o
|