mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 18:15:09 +07:00
7 lines
141 B
Makefile
7 lines
141 B
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
|