]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arc/lib/Makefile
arc: make sure _start is in the beginning of .text section
[people/ms/u-boot.git] / arch / arc / lib / Makefile
CommitLineData
22723828
AB
1#
2# Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
89576072 7head-y := start.o
660d5f0d
AB
8obj-y += cache.o
9obj-y += cpu.o
10obj-y += interrupts.o
22723828
AB
11obj-y += sections.o
12obj-y += relocate.o
13obj-y += strchr-700.o
14obj-y += strcmp.o
15obj-y += strcpy-700.o
16obj-y += strlen.o
17obj-y += memcmp.o
18obj-y += memcpy-700.o
19obj-y += memset.o
660d5f0d
AB
20obj-y += reset.o
21obj-y += timer.o
8ee28251 22obj-y += ints_low.o
3fb80163 23obj-y += init_helpers.o
660d5f0d 24
22723828 25obj-$(CONFIG_CMD_BOOTM) += bootm.o
a67ef280
AB
26
27lib-$(CONFIG_USE_PRIVATE_LIBGCC) += _millicodethunk.o libgcc2.o