]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arc/lib/Makefile
Merge branch 'karo-tx-uboot' into kc-merge
[karo-tx-uboot.git] / arch / arc / lib / Makefile
1 #
2 # Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 obj-y += cache.o
8 obj-y += cpu.o
9 obj-y += interrupts.o
10 obj-y += sections.o
11 obj-y += relocate.o
12 obj-y += strchr-700.o
13 obj-y += strcmp.o
14 obj-y += strcpy-700.o
15 obj-y += strlen.o
16 obj-y += memcmp.o
17 obj-y += memcpy-700.o
18 obj-y += memset.o
19 obj-y += reset.o
20 obj-y += timer.o
21
22 obj-$(CONFIG_CMD_BOOTM) += bootm.o