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/mailbox | |
| 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/mailbox')
| -rw-r--r-- | drivers/mailbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/Makefile b/drivers/mailbox/Makefile index 59e8d0de93c..6072fa1956b 100644 --- a/drivers/mailbox/Makefile +++ b/drivers/mailbox/Makefile @@ -3,7 +3,7 @@ # Copyright (c) 2016, NVIDIA CORPORATION. # -obj-$(CONFIG_$(SPL_)DM_MAILBOX) += mailbox-uclass.o +obj-$(CONFIG_$(XPL_)DM_MAILBOX) += mailbox-uclass.o obj-$(CONFIG_APPLE_MBOX) += apple-mbox.o obj-$(CONFIG_SANDBOX_MBOX) += sandbox-mbox.o obj-$(CONFIG_SANDBOX_MBOX) += sandbox-mbox-test.o |
