]> git.sur5r.net Git - u-boot/blob - drivers/block/Makefile
064c76fc98a9f9a7efefece8c12e80681cd91ad6
[u-boot] / 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