blob: 94ab5c6f906e18c565092e6176736ba1327db6f1 [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
Tom Rini609a0742019-12-02 10:52:31 -05009obj-$(CONFIG_HAVE_BLOCK_DEVICE) += blk_legacy.o
Simon Glass3bf2ab92016-05-01 11:36:03 -060010endif
11
Tom Rini1794ae62018-12-05 08:23:38 -050012ifndef CONFIG_SPL_BUILD
Simon Glassb569a012017-05-17 03:25:30 -060013obj-$(CONFIG_IDE) += ide.o
Tom Rini1794ae62018-12-05 08:23:38 -050014endif
Simon Glass3def0062017-06-14 21:28:27 -060015obj-$(CONFIG_SANDBOX) += sandbox.o
Simon Glassa19f7302018-10-01 12:22:13 -060016obj-$(CONFIG_$(SPL_TPL_)BLOCK_CACHE) += blkcache.o