blob: 19d9317c825ae13c5c141727fc62d6b9ff95c90c [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 Glass7a409832022-10-20 18:22:57 -06006obj-$(CONFIG_$(SPL_TPL_)BLK) += blk-uclass.o
Simon Glasscceee552016-02-29 15:25:55 -07007
Simon Glass5f4bd8c2017-07-04 13:31:19 -06008ifndef CONFIG_$(SPL_)BLK
Simon Glass3bf7d7a2022-08-11 19:34:48 -06009obj-$(CONFIG_SPL_LEGACY_BLOCK) += 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
Simon Glass507ab962021-12-04 08:56:31 -070017
18obj-$(CONFIG_EFI_MEDIA) += efi-media-uclass.o
19obj-$(CONFIG_EFI_MEDIA_SANDBOX) += sb_efi_media.o
Simon Glassc4688392021-12-04 08:56:32 -070020obj-$(CONFIG_EFI_MEDIA_BLK) += efi_blk.o