diff options
| author | Simon Glass <[email protected]> | 2024-09-29 19:49:53 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-11 11:44:48 -0600 |
| commit | c46760d5967d12b6f7d37402878d1607a98b2b84 (patch) | |
| tree | 29cfaebd9f6c4181425626d7b5e99930a1d2e507 /drivers/block | |
| parent | 53abdda2f69a44c3273deebcf2b25587b8623a65 (diff) | |
global: Rename SPL_ to XPL_
Use XPL_ as the symbol to indicate an SPL build. This means that SPL_ is
no-longer set.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/block')
| -rw-r--r-- | drivers/block/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/Makefile b/drivers/block/Makefile index a551591fc91..98a34c01c38 100644 --- a/drivers/block/Makefile +++ b/drivers/block/Makefile @@ -5,7 +5,7 @@ obj-$(CONFIG_$(SPL_TPL_)BLK) += blk-uclass.o -ifndef CONFIG_$(SPL_)BLK +ifndef CONFIG_$(XPL_)BLK obj-$(CONFIG_SPL_LEGACY_BLOCK) += blk_legacy.o endif |
