blob: ad66ac21e6c8ea3992d1cecae1dee0218d746c51 [file] [log] [blame]
Alexey Brodkin22723822014-02-04 12:56:15 +04001#
2# Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
Alexey Brodkin660d5f02014-12-28 02:42:12 +03007obj-y += cache.o
8obj-y += cpu.o
9obj-y += interrupts.o
Alexey Brodkin22723822014-02-04 12:56:15 +040010obj-y += sections.o
11obj-y += relocate.o
12obj-y += strchr-700.o
13obj-y += strcmp.o
14obj-y += strcpy-700.o
15obj-y += strlen.o
16obj-y += memcmp.o
17obj-y += memcpy-700.o
18obj-y += memset.o
Alexey Brodkin660d5f02014-12-28 02:42:12 +030019obj-y += reset.o
20obj-y += timer.o
Alexey Brodkin4d936172015-02-19 18:40:58 +030021obj-y += start.o
Alexey Brodkin660d5f02014-12-28 02:42:12 +030022
Alexey Brodkin22723822014-02-04 12:56:15 +040023obj-$(CONFIG_CMD_BOOTM) += bootm.o
Alexey Brodkina67ef282015-02-03 13:58:20 +030024
25lib-$(CONFIG_USE_PRIVATE_LIBGCC) += _millicodethunk.o libgcc2.o