]> git.sur5r.net Git - u-boot/blob - drivers/block/Makefile
spi: zynq_qspi: Fixed incorrect return value error
[u-boot] / drivers / block / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2000-2007
4 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5
6 obj-$(CONFIG_$(SPL_)BLK) += blk-uclass.o
7
8 ifndef CONFIG_$(SPL_)BLK
9 obj-y += blk_legacy.o
10 endif
11
12 obj-$(CONFIG_IDE) += ide.o
13 obj-$(CONFIG_SANDBOX) += sandbox.o
14 obj-$(CONFIG_$(SPL_)BLOCK_CACHE) += blkcache.o