]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/blackfin/lib/Makefile
kbuild: use Linux Kernel build scripts
[people/ms/u-boot.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 # Unnecessary.
13 # Use CONFIG_SYS_BOARD instead of BFIN_BOARD_NAME
14 # and delete this.
15 ccflags-y += -DBFIN_BOARD_NAME='"$(BOARD)"'
16
17 obj-y += ins.o
18 obj-y += memcmp.o
19 obj-y += memcpy.o
20 obj-y += memmove.o
21 obj-y += memset.o
22 obj-y += outs.o
23 obj-$(CONFIG_CMD_KGDB) += __kgdb.o
24 obj-y += board.o
25 obj-y += boot.o
26 obj-y += cache.o
27 obj-y += clocks.o
28 obj-$(CONFIG_CMD_CACHE_DUMP) += cmd_cache_dump.o
29 obj-$(CONFIG_CMD_KGDB) += kgdb.o
30 obj-y += muldi3.o
31 obj-$(CONFIG_HAS_POST) += post.o
32 obj-y += string.o