https://github.com/torvalds/linux
Raw File
Tip revision: 7705a8792b0fc82fd7d4dd923724606bbfd9fb20 authored by Linus Torvalds on 20 March 2006, 05:53:29 UTC
Linux 2.6.16
Tip revision: 7705a87
Makefile
#
# Makefile for ATA over Ethernet
#

obj-$(CONFIG_ATA_OVER_ETH)	+= aoe.o
aoe-objs := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o
back to top