xref: /openbmc/u-boot/arch/arc/lib/Makefile (revision 704744f8)
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 += reset.o
14obj-y += ints_low.o
15obj-y += init_helpers.o
16
17obj-$(CONFIG_CMD_BOOTM) += bootm.o
18
19lib-$(CONFIG_USE_PRIVATE_LIBGCC) += _millicodethunk.o libgcc2.o
20