Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Jean-Christophe PLAGNIOL-VILLARD | 33daf5b | 2007-11-24 21:13:59 +0100 | [diff] [blame] | 2 | # |
| 3 | # (C) Copyright 2000-2007 |
| 4 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
Jean-Christophe PLAGNIOL-VILLARD | 33daf5b | 2007-11-24 21:13:59 +0100 | [diff] [blame] | 5 | |
Simon Glass | c4d660d | 2017-07-04 13:31:19 -0600 | [diff] [blame] | 6 | obj-$(CONFIG_$(SPL_)BLK) += blk-uclass.o |
Simon Glass | 09d71aa | 2016-02-29 15:25:55 -0700 | [diff] [blame] | 7 | |
Simon Glass | c4d660d | 2017-07-04 13:31:19 -0600 | [diff] [blame] | 8 | ifndef CONFIG_$(SPL_)BLK |
Simon Glass | 6eef6ea | 2016-05-01 11:36:03 -0600 | [diff] [blame] | 9 | obj-y += blk_legacy.o |
| 10 | endif |
| 11 | |
Tom Rini | 91ff686 | 2018-12-05 08:23:38 -0500 | [diff] [blame] | 12 | ifndef CONFIG_SPL_BUILD |
Simon Glass | fc843a0 | 2017-05-17 03:25:30 -0600 | [diff] [blame] | 13 | obj-$(CONFIG_IDE) += ide.o |
Tom Rini | 91ff686 | 2018-12-05 08:23:38 -0500 | [diff] [blame] | 14 | endif |
Simon Glass | 0fcd48f | 2017-06-14 21:28:27 -0600 | [diff] [blame] | 15 | obj-$(CONFIG_SANDBOX) += sandbox.o |
Simon Glass | ef39151 | 2018-10-01 12:22:13 -0600 | [diff] [blame] | 16 | obj-$(CONFIG_$(SPL_TPL_)BLOCK_CACHE) += blkcache.o |