mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
6 lines
138 B
Makefile
6 lines
138 B
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
|