xref: /openbmc/u-boot/arch/arc/lib/Makefile (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
122723828SAlexey Brodkin# SPDX-License-Identifier: GPL-2.0+
222723828SAlexey Brodkin#
3*83d290c5STom Rini# Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
422723828SAlexey Brodkin
5a811492eSAlexey Brodkinextra-y	= start.o
689576072SAlexey Brodkinhead-y := start.o
7660d5f0dSAlexey Brodkinobj-y += cache.o
8660d5f0dSAlexey Brodkinobj-y += cpu.o
9660d5f0dSAlexey Brodkinobj-y += interrupts.o
1022723828SAlexey Brodkinobj-y += relocate.o
11660d5f0dSAlexey Brodkinobj-y += reset.o
128ee28251SAlexey Brodkinobj-y += ints_low.o
133fb80163SAlexey Brodkinobj-y += init_helpers.o
14660d5f0dSAlexey Brodkin
1522723828SAlexey Brodkinobj-$(CONFIG_CMD_BOOTM) += bootm.o
16a67ef280SAlexey Brodkin
17a67ef280SAlexey Brodkinlib-$(CONFIG_USE_PRIVATE_LIBGCC) += _millicodethunk.o libgcc2.o
18