xref: /openbmc/u-boot/drivers/block/Makefile (revision 277b06684ddf5231ce1e684ee2860aedacb32b3c)
183d290c5STom Rini# SPDX-License-Identifier: GPL-2.0+
233daf5b7SJean-Christophe PLAGNIOL-VILLARD#
333daf5b7SJean-Christophe PLAGNIOL-VILLARD# (C) Copyright 2000-2007
433daf5b7SJean-Christophe PLAGNIOL-VILLARD# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
533daf5b7SJean-Christophe PLAGNIOL-VILLARD
6c4d660d4SSimon Glassobj-$(CONFIG_$(SPL_)BLK) += blk-uclass.o
709d71aacSSimon Glass
8c4d660d4SSimon Glassifndef CONFIG_$(SPL_)BLK
96eef6eacSSimon Glassobj-y += blk_legacy.o
106eef6eacSSimon Glassendif
116eef6eacSSimon Glass
12*91ff6865STom Riniifndef CONFIG_SPL_BUILD
13fc843a02SSimon Glassobj-$(CONFIG_IDE) += ide.o
14*91ff6865STom Riniendif
150fcd48feSSimon Glassobj-$(CONFIG_SANDBOX) += sandbox.o
16ef391515SSimon Glassobj-$(CONFIG_$(SPL_TPL_)BLOCK_CACHE) += blkcache.o
17