xref: /openbmc/u-boot/arch/arc/lib/Makefile (revision 8e18f34c)
1#
2# Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
3#
4# SPDX-License-Identifier:	GPL-2.0+
5#
6
7extra-y	= start.o
8head-y := start.o
9obj-y += cache.o
10obj-y += cpu.o
11obj-y += interrupts.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
20obj-y += reset.o
21obj-y += ints_low.o
22obj-y += init_helpers.o
23
24obj-$(CONFIG_CMD_BOOTM) += bootm.o
25
26lib-$(CONFIG_USE_PRIVATE_LIBGCC) += _millicodethunk.o libgcc2.o
27