2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-16 15:20:36 -07:00
|
|
|
#
|
|
|
|
|
# Makefile for ATA over Ethernet
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
obj-$(CONFIG_ATA_OVER_ETH) += aoe.o
|
2011-01-19 08:25:02 -07:00
|
|
|
aoe-y := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o
|