mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-28 23:08:52 +01: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
|