commit | dac3ce976a9b06be5aadbd857c4b64a8c521c6d4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 29 19:49:47 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 11 11:44:48 2024 -0600 |
tree | c6990967a19a9ae6112711010086b246be590880 | |
parent | bef9fdbed2e525ce9264d2ae2fbcb37db7472052 [diff] |
board: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD Use the new symbol to refer to any 'SPL' build, including TPL and VPL Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/board/bticino/mamoj/Makefile b/board/bticino/mamoj/Makefile index f1ddda4..b83e667 100644 --- a/board/bticino/mamoj/Makefile +++ b/board/bticino/mamoj/Makefile
@@ -5,4 +5,4 @@ # obj-y := mamoj.o -obj-$(CONFIG_SPL_BUILD) += spl.o +obj-$(CONFIG_XPL_BUILD) += spl.o