summaryrefslogtreecommitdiff
path: root/board/renesas/eagle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/renesas/eagle/Makefile')
-rw-r--r--board/renesas/eagle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/renesas/eagle/Makefile b/board/renesas/eagle/Makefile
index 98164b5ea29..3f5fdab1bc2 100644
--- a/board/renesas/eagle/Makefile
+++ b/board/renesas/eagle/Makefile
@@ -9,5 +9,5 @@
ifdef CONFIG_XPL_BUILD
obj-y := ../rcar-common/gen3-spl.o
else
-obj-y := ../rcar-common/v3-common.o ../rcar-common/common.o
+obj-y := ../rcar-common/v3-common.o ../rcar-common/gen3-common.o ../rcar-common/common.o
endif