From 6e527f67df4a0a5ed363da42cc813b656ef52ec6 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 5 Nov 2013 17:03:22 +0900 Subject: freescale: p1_p2_rdb_pc: rename COBJS-y to obj-y Signed-off-by: Masahiro Yamada --- board/freescale/p1_p2_rdb_pc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/freescale/p1_p2_rdb_pc') diff --git a/board/freescale/p1_p2_rdb_pc/Makefile b/board/freescale/p1_p2_rdb_pc/Makefile index 8e20073..a2a1f92 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 -- cgit v1.1