xref: /openbmc/u-boot/arch/arc/lib/Makefile (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
4 
5 extra-y	= start.o
6 head-y := start.o
7 obj-y += cache.o
8 obj-y += cpu.o
9 obj-y += interrupts.o
10 obj-y += relocate.o
11 obj-y += reset.o
12 obj-y += ints_low.o
13 obj-y += init_helpers.o
14 
15 obj-$(CONFIG_CMD_BOOTM) += bootm.o
16 
17 lib-$(CONFIG_USE_PRIVATE_LIBGCC) += _millicodethunk.o libgcc2.o
18