diff options
Diffstat (limited to 'board/renesas/alt/Makefile')
-rw-r--r-- | board/renesas/alt/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/board/renesas/alt/Makefile b/board/renesas/alt/Makefile index 22ab1f43d9..53418699b2 100644 --- a/board/renesas/alt/Makefile +++ b/board/renesas/alt/Makefile @@ -6,4 +6,8 @@ # SPDX-License-Identifier: GPL-2.0 # -obj-y := alt.o qos.o ../rcar-common/common.o +ifdef CONFIG_SPL_BUILD +obj-y := alt_spl.o +else +obj-y := alt.o qos.o +endif |