commit | 86adc2e3ad71bb351f53edd6707dbaec36da35d3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 29 19:49:53 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 11 11:44:48 2024 -0600 |
tree | 29cfaebd9f6c4181425626d7b5e99930a1d2e507 | |
parent | 73a325c568af548d5bdc65dbe74d6f3007087d9c [diff] [blame] |
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 <sjg@chromium.org>
diff --git a/drivers/mux/Makefile b/drivers/mux/Makefile index d4e2478..63770e1 100644 --- a/drivers/mux/Makefile +++ b/drivers/mux/Makefile
@@ -4,4 +4,4 @@ # Jean-Jacques Hiblot <jjhiblot@ti.com> obj-$(CONFIG_MULTIPLEXER) += mux-uclass.o -obj-$(CONFIG_$(SPL_)MUX_MMIO) += mmio.o +obj-$(CONFIG_$(XPL_)MUX_MMIO) += mmio.o