freescale: p1_p2_rdb_pc: rename COBJS-y to obj-y
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
e5a9a4076f
commit
6e527f67df
|
|
@ -18,7 +18,7 @@ obj-y += spl_minimal.o tlb.o law.o
|
||||||
|
|
||||||
else
|
else
|
||||||
ifdef CONFIG_SPL_BUILD
|
ifdef CONFIG_SPL_BUILD
|
||||||
COBJS-y += spl.o
|
obj-y += spl.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
obj-y += p1_p2_rdb_pc.o
|
obj-y += p1_p2_rdb_pc.o
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue