]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arc/lib/Makefile
arc: merge common start-up code between ARC and ARCv2
[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
660d5f0d
AB
7obj-y += cache.o
8obj-y += cpu.o
9obj-y += interrupts.o
22723828
AB
10obj-y += sections.o
11obj-y += relocate.o
12obj-y += strchr-700.o
13obj-y += strcmp.o
14obj-y += strcpy-700.o
15obj-y += strlen.o
16obj-y += memcmp.o
17obj-y += memcpy-700.o
18obj-y += memset.o
660d5f0d
AB
19obj-y += reset.o
20obj-y += timer.o
4d93617d 21obj-y += start.o
660d5f0d 22
22723828 23obj-$(CONFIG_CMD_BOOTM) += bootm.o
a67ef280
AB
24
25lib-$(CONFIG_USE_PRIVATE_LIBGCC) += _millicodethunk.o libgcc2.o