]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arc/lib/Makefile
e592802907786938db5f36fc2a819fefe3c38639
[people/ms/u-boot.git] / arch / arc / lib / Makefile
1 #
2 # Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
3 #
4 # SPDX-License-Identifier: GPL-2.0+
5 #
6
7 extra-y = start.o
8 head-y := start.o
9 obj-y += cache.o
10 obj-y += cpu.o
11 obj-y += interrupts.o
12 obj-y += sections.o
13 obj-y += relocate.o
14 obj-y += strchr-700.o
15 obj-y += strcmp.o
16 obj-y += strcpy-700.o
17 obj-y += strlen.o
18 obj-y += memcmp.o
19 obj-y += memcpy-700.o
20 obj-y += memset.o
21 obj-y += reset.o
22 obj-y += timer.o
23 obj-y += ints_low.o
24 obj-y += init_helpers.o
25
26 obj-$(CONFIG_CMD_BOOTM) += bootm.o
27
28 lib-$(CONFIG_USE_PRIVATE_LIBGCC) += _millicodethunk.o libgcc2.o