commit | 0acda9b92dc2ee2893ca030ca929f38aebf96f39 | [log] [tgz] |
---|---|---|
author | Alexey Brodkin <abrodkin@synopsys.com> | Fri Apr 10 19:22:40 2015 +0300 |
committer | Alexey Brodkin <abrodkin@synopsys.com> | Fri Apr 10 19:22:40 2015 +0300 |
tree | 8feaeea90cdd6e149c24f22a195a698d83d77ace | |
parent | 71f8e541a62c5f47402fdef64816c73c181c9524 [diff] |
arc: fix separate compilation of start.o While testing "arc: make sure _start is in the beginning of .text section" I haven't done proper clean-up of built binaries and so missed another tiny bit that lead to the following error: --->8--- LD u-boot arc-linux-ld.bfd: cannot find arch/arc/lib/start.o Makefile:1107: recipe for target 'u-boot' failed make: *** [u-boot] Error 1 --->8--- Fix is trivial: put "start.o" in "extra-y". Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>