blob: 0eb44bcf33d01c62e3f38ff4b2c6d5b878c2bcee [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Alexey Brodkin22723822014-02-04 12:56:15 +04002#
3# Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
Alexey Brodkin22723822014-02-04 12:56:15 +04004
Alexey Brodkina8114922015-04-10 19:22:40 +03005extra-y = start.o
Alexey Brodkin89576072015-04-10 18:41:58 +03006head-y := start.o
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 += relocate.o
Alexey Brodkin660d5f02014-12-28 02:42:12 +030011obj-y += reset.o
Alexey Brodkin8ee28252015-02-24 17:08:44 +030012obj-y += ints_low.o
Alexey Brodkin3fb80162015-02-24 19:40:36 +030013obj-y += init_helpers.o
Alexey Brodkin660d5f02014-12-28 02:42:12 +030014
Alexey Brodkin22723822014-02-04 12:56:15 +040015obj-$(CONFIG_CMD_BOOTM) += bootm.o
Alexey Brodkina67ef282015-02-03 13:58:20 +030016
17lib-$(CONFIG_USE_PRIVATE_LIBGCC) += _millicodethunk.o libgcc2.o