blob: e592802907786938db5f36fc2a819fefe3c38639 [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 Brodkina8114922015-04-10 19:22:40 +03007extra-y = start.o
Alexey Brodkin89576072015-04-10 18:41:58 +03008head-y := start.o
Alexey Brodkin660d5f02014-12-28 02:42:12 +03009obj-y += cache.o
10obj-y += cpu.o
11obj-y += interrupts.o
Alexey Brodkin22723822014-02-04 12:56:15 +040012obj-y += sections.o
13obj-y += relocate.o
14obj-y += strchr-700.o
15obj-y += strcmp.o
16obj-y += strcpy-700.o
17obj-y += strlen.o
18obj-y += memcmp.o
19obj-y += memcpy-700.o
20obj-y += memset.o
Alexey Brodkin660d5f02014-12-28 02:42:12 +030021obj-y += reset.o
22obj-y += timer.o
Alexey Brodkin8ee28252015-02-24 17:08:44 +030023obj-y += ints_low.o
Alexey Brodkin3fb80162015-02-24 19:40:36 +030024obj-y += init_helpers.o
Alexey Brodkin660d5f02014-12-28 02:42:12 +030025
Alexey Brodkin22723822014-02-04 12:56:15 +040026obj-$(CONFIG_CMD_BOOTM) += bootm.o
Alexey Brodkina67ef282015-02-03 13:58:20 +030027
28lib-$(CONFIG_USE_PRIVATE_LIBGCC) += _millicodethunk.o libgcc2.o