]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/blackfin/lib/Makefile
Merge branch 'karo-tx-uboot' into kc-merge
[karo-tx-uboot.git] / arch / blackfin / lib / Makefile
1 #
2 # U-boot Makefile
3 #
4 # Copyright (c) 2005-2008 Analog Devices Inc.
5 #
6 # (C) Copyright 2000-2006
7 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
8 #
9 # SPDX-License-Identifier:      GPL-2.0+
10 #
11
12 obj-y   += ins.o
13 obj-y   += memcmp.o
14 obj-y   += memcpy.o
15 obj-y   += memmove.o
16 obj-y   += memset.o
17 obj-y   += outs.o
18 obj-$(CONFIG_CMD_KGDB) += __kgdb.o
19 obj-y   += boot.o
20 obj-y   += cache.o
21 obj-y   += clocks.o
22 obj-$(CONFIG_CMD_CACHE_DUMP) += cmd_cache_dump.o
23 obj-$(CONFIG_CMD_KGDB) += kgdb.o
24 obj-y   += muldi3.o
25 obj-$(CONFIG_HAS_POST) += post.o
26 obj-y   += string.o
27 obj-y   += sections.o