]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arc: fix separate compilation of start.o
authorAlexey Brodkin <abrodkin@synopsys.com>
Fri, 10 Apr 2015 16:22:40 +0000 (19:22 +0300)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:40:03 +0000 (14:40 +0200)
commite3a0dacdfea187484b60755f4bc17e1a1594ffcb
treeb287f57a8972afb7742091da0f621def9f486d3a
parent54fd48a47f46b00a4407e93eaab48b19d7b7e282
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>
arch/arc/lib/Makefile