]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arc/lib/Makefile
arc: make sure _start is in the beginning of .text section
[karo-tx-uboot.git] / arch / arc / lib / Makefile
index b88790492d2a2805819905a667430a5d807bcc7d..459bba9f6601149998ef3149c59d3c6d453c75aa 100644 (file)
@@ -4,6 +4,7 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
+head-y := start.o
 obj-y += cache.o
 obj-y += cpu.o
 obj-y += interrupts.o
@@ -18,7 +19,6 @@ obj-y += memcpy-700.o
 obj-y += memset.o
 obj-y += reset.o
 obj-y += timer.o
-obj-y += start.o
 obj-y += ints_low.o
 obj-y += init_helpers.o