]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sparc: fix a link error
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 21 Oct 2013 02:53:24 +0000 (11:53 +0900)
committerTom Rini <trini@ti.com>
Thu, 31 Oct 2013 17:26:44 +0000 (13:26 -0400)
commit9f414a3ab1537ed52b57a63723ff07661f6cbae1
tree4b47726bd30e56feb00f99520eaed6ce4523528d
parent09ab61c660726e94550d0a5d2fbef11bed2cf924
sparc: fix a link error

Before this commit, arch/sparc/lib/Makefile used
both COBJS and COBJS-y.
And it missed to add COBJS-y into OBJS.
This means bootm.o was never compiled even if
CONFIG_CMD_BOOTM=y

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Daniel Hellstrom <daniel@gaisler.com>
arch/sparc/lib/Makefile