]> git.ipfire.org Git - people/ms/u-boot.git/blob - drivers/block/Makefile
sata: Move drivers into new drivers/ata directory
[people/ms/u-boot.git] / drivers / block / Makefile
1 #
2 # (C) Copyright 2000-2007
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier: GPL-2.0+
6 #
7
8 obj-$(CONFIG_BLK) += blk-uclass.o
9
10 ifndef CONFIG_BLK
11 obj-y += blk_legacy.o
12 endif
13
14 obj-$(CONFIG_IDE) += ide.o
15 obj-$(CONFIG_IDE_FTIDE020) += ftide020.o
16 obj-$(CONFIG_SANDBOX) += sandbox.o sandbox_scsi.o
17 obj-$(CONFIG_SYSTEMACE) += systemace.o
18 obj-$(CONFIG_BLOCK_CACHE) += blkcache.o