colibri_imx6: fix video stdout in default environment
[oweals/u-boot.git] / 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-$(CONFIG_HAVE_BLOCK_DEVICE) += blk_legacy.o
10 endif
11
12 ifndef CONFIG_SPL_BUILD
13 obj-$(CONFIG_IDE) += ide.o
14 endif
15 obj-$(CONFIG_SANDBOX) += sandbox.o
16 obj-$(CONFIG_$(SPL_TPL_)BLOCK_CACHE) += blkcache.o