xref: /openbmc/u-boot/drivers/block/Makefile (revision 2c92e4fb)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2000-2007
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5
6obj-$(CONFIG_$(SPL_)BLK) += blk-uclass.o
7
8ifndef CONFIG_$(SPL_)BLK
9obj-y += blk_legacy.o
10endif
11
12obj-$(CONFIG_IDE) += ide.o
13obj-$(CONFIG_SANDBOX) += sandbox.o
14obj-$(CONFIG_$(SPL_)BLOCK_CACHE) += blkcache.o
15