blob: a5e7307c976b6180c5be2916f391c4d1f40ba7d2 [file] [log] [blame]
Jean-Christophe PLAGNIOL-VILLARD7f7e6fb2007-11-24 21:13:59 +01001#
2# (C) Copyright 2000-2007
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
Jean-Christophe PLAGNIOL-VILLARD7f7e6fb2007-11-24 21:13:59 +01006#
7
Simon Glasscceee552016-02-29 15:25:55 -07008obj-$(CONFIG_BLK) += blk-uclass.o
9
Simon Glass3bf2ab92016-05-01 11:36:03 -060010ifndef CONFIG_BLK
11obj-y += blk_legacy.o
12endif
13
Simon Glassb569a012017-05-17 03:25:30 -060014obj-$(CONFIG_IDE) += ide.o
Masahiro Yamada5594ce42013-10-17 17:34:57 +090015obj-$(CONFIG_IDE_FTIDE020) += ftide020.o
Simon Glass3def0062017-06-14 21:28:27 -060016obj-$(CONFIG_SANDBOX) += sandbox.o
Masahiro Yamada5594ce42013-10-17 17:34:57 +090017obj-$(CONFIG_SYSTEMACE) += systemace.o
Eric Nelsonfaf4f052016-03-28 10:05:44 -070018obj-$(CONFIG_BLOCK_CACHE) += blkcache.o