blob: 5fcafb193ee98523fbe738710100b9a1824f6a6a [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
Eric Nelsonfaf4f052016-03-28 10:05:44 -070014obj-$(CONFIG_BLOCK_CACHE) += blkcache.o