summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Makefile
blob: 2560076d26db348c826577c2f362e63524ad1409 (plain)
1
2
3
4
5
6
7
8
# drive types

obj-$(CONFIG_DISK_BIOS) += disk_bios_drive.o
obj-$(CONFIG_DISK_ATA) += disk_ata_drive.o

# interface types

obj-$(CONFIG_DISK_INTF_PLATFORM_IDE) += intf_platform_ide.o