mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-08 06:05:19 +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
|