]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arc/lib/Makefile
arc: No need in sections defined in sources with newer tools
[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
a811492e 7extra-y = start.o
89576072 8head-y := start.o
660d5f0d
AB
9obj-y += cache.o
10obj-y += cpu.o
11obj-y += interrupts.o
22723828
AB
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