blob: eb62b3c427480918ce016a24ba907606f1f2c051 [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 += relocate.o
13obj-y += strchr-700.o
14obj-y += strcmp.o
15obj-y += strcpy-700.o
16obj-y += strlen.o
17obj-y += memcmp.o
18obj-y += memcpy-700.o
19obj-y += memset.o
Alexey Brodkin660d5f02014-12-28 02:42:12 +030020obj-y += reset.o
21obj-y += timer.o
Alexey Brodkin8ee28252015-02-24 17:08:44 +030022obj-y += ints_low.o
Alexey Brodkin3fb80162015-02-24 19:40:36 +030023obj-y += init_helpers.o
Alexey Brodkin660d5f02014-12-28 02:42:12 +030024
Alexey Brodkin22723822014-02-04 12:56:15 +040025obj-$(CONFIG_CMD_BOOTM) += bootm.o
Alexey Brodkina67ef282015-02-03 13:58:20 +030026
27lib-$(CONFIG_USE_PRIVATE_LIBGCC) += _millicodethunk.o libgcc2.o