arc: fix separate compilation of start.o
authorAlexey Brodkin <abrodkin@synopsys.com>
Fri, 10 Apr 2015 16:22:40 +0000 (19:22 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Fri, 10 Apr 2015 16:22:40 +0000 (19:22 +0300)
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

index 459bba9f6601149998ef3149c59d3c6d453c75aa..e592802907786938db5f36fc2a819fefe3c38639 100644 (file)
@@ -4,6 +4,7 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
+extra-y        = start.o
 head-y := start.o
 obj-y += cache.o
 obj-y += cpu.o