]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arc/lib/Makefile
Merge git://git.denx.de/u-boot-arc
[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 += relocate.o
13 obj-y += strchr-700.o
14 obj-y += strcmp.o
15 obj-y += strcpy-700.o
16 obj-y += strlen.o
17 obj-y += memcmp.o
18 obj-y += memcpy-700.o
19 obj-y += memset.o
20 obj-y += reset.o
21 obj-y += ints_low.o
22 obj-y += init_helpers.o
23
24 obj-$(CONFIG_CMD_BOOTM) += bootm.o
25
26 lib-$(CONFIG_USE_PRIVATE_LIBGCC) += _millicodethunk.o libgcc2.o