blob: 0e80ce94058fef014763e7cfbb2aec1c7ff15825 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Jean-Christophe PLAGNIOL-VILLARD7f7e6fb2007-11-24 21:13:59 +01002#
3# (C) Copyright 2000-2007
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
Jean-Christophe PLAGNIOL-VILLARD7f7e6fb2007-11-24 21:13:59 +01005
Simon Glass5f4bd8c2017-07-04 13:31:19 -06006obj-$(CONFIG_$(SPL_)BLK) += blk-uclass.o
Simon Glasscceee552016-02-29 15:25:55 -07007
Simon Glass5f4bd8c2017-07-04 13:31:19 -06008ifndef CONFIG_$(SPL_)BLK
Simon Glass3bf2ab92016-05-01 11:36:03 -06009obj-y += blk_legacy.o
10endif
11
Simon Glassb569a012017-05-17 03:25:30 -060012obj-$(CONFIG_IDE) += ide.o
Simon Glass3def0062017-06-14 21:28:27 -060013obj-$(CONFIG_SANDBOX) += sandbox.o
Adam Fordd693fb92018-06-11 17:17:48 -050014obj-$(CONFIG_$(SPL_)BLOCK_CACHE) += blkcache.o