diff options
-rw-r--r-- | board/renesas/falcon/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/renesas/falcon/Makefile b/board/renesas/falcon/Makefile index 949953f6981..430a842081a 100644 --- a/board/renesas/falcon/Makefile +++ b/board/renesas/falcon/Makefile @@ -6,8 +6,6 @@ # SPDX-License-Identifier: GPL-2.0+ # -ifdef CONFIG_XPL_BUILD -obj-y := ../common/gen3-spl.o -else +ifndef CONFIG_XPL_BUILD obj-y := ../common/gen4-common.o ../common/common.o endif |