]> Git Repo - u-boot.git/blob - arch/arc/lib/Makefile
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / arch / arc / lib / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
4
5 extra-y = start.o
6 head-y := start.o
7 obj-y += cache.o
8 obj-y += cpu.o
9 obj-y += interrupts.o
10 obj-y += relocate.o
11 obj-y += reset.o
12 obj-y += ints_low.o
13 obj-y += init_helpers.o
14
15 obj-$(CONFIG_CMD_BOOTM) += bootm.o
16
17 lib-$(CONFIG_USE_PRIVATE_LIBGCC) += _millicodethunk.o libgcc2.o
This page took 0.030999 seconds and 4 git commands to generate.