https://github.com/torvalds/linux
Raw File
Tip revision: 64291f7db5bd8150a74ad2036f1037e6a0428df2 authored by Linus Torvalds on 30 August 2015, 18:34:09 UTC
Linux 4.2
Tip revision: 64291f7
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
back to top