From: Masahiro Yamada Date: Tue, 5 Nov 2013 08:03:22 +0000 (+0900) Subject: freescale: p1_p2_rdb_pc: rename COBJS-y to obj-y X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6e527f67df4a0a5ed363da42cc813b656ef52ec6;p=project%2Fbcm63xx%2Fu-boot.git freescale: p1_p2_rdb_pc: rename COBJS-y to obj-y Signed-off-by: Masahiro Yamada --- diff --git a/board/freescale/p1_p2_rdb_pc/Makefile b/board/freescale/p1_p2_rdb_pc/Makefile index 8e200736d7..a2a1f92ce8 100644 --- a/board/freescale/p1_p2_rdb_pc/Makefile +++ b/board/freescale/p1_p2_rdb_pc/Makefile @@ -18,7 +18,7 @@ obj-y += spl_minimal.o tlb.o law.o else ifdef CONFIG_SPL_BUILD -COBJS-y += spl.o +obj-y += spl.o endif obj-y += p1_p2_rdb_pc.o