• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
4
5extra-y	= start.o
6head-y := start.o
7obj-y += cache.o
8obj-y += cpu.o
9obj-y += interrupts.o
10obj-y += relocate.o
11obj-y += reset.o
12obj-y += ints_low.o
13obj-y += init_helpers.o
14
15obj-$(CONFIG_CMD_BOOTM) += bootm.o
16
17lib-$(CONFIG_USE_PRIVATE_LIBGCC) += _millicodethunk.o libgcc2.o
18