summaryrefslogtreecommitdiff
path: root/board/renesas/ulcb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/renesas/ulcb/Makefile')
-rw-r--r--board/renesas/ulcb/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/board/renesas/ulcb/Makefile b/board/renesas/ulcb/Makefile
index c3c2f391e55..4f2dd1ca211 100644
--- a/board/renesas/ulcb/Makefile
+++ b/board/renesas/ulcb/Makefile
@@ -6,8 +6,6 @@
# SPDX-License-Identifier: GPL-2.0+
#
-ifdef CONFIG_XPL_BUILD
-obj-y := ../rcar-common/gen3-spl.o
-else
-obj-y := ulcb.o cpld.o ../rcar-common/gen3-common.o ../rcar-common/common.o
+ifndef CONFIG_XPL_BUILD
+obj-y += ulcb.o cpld.o
endif