]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/sh/lib/Makefile
kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC
[karo-tx-uboot.git] / arch / sh / lib / Makefile
1 #
2 # Copyright (c) 2007
3 # Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8
9 obj-y   += board.o
10 obj-$(CONFIG_CMD_BOOTM) += bootm.o
11 ifeq ($(CONFIG_SH2),y)
12 obj-y   += time_sh2.o
13 else
14 obj-y   += time.o
15 endif
16 obj-$(CONFIG_CMD_SH_ZIMAGEBOOT) += zimageboot.o
17
18 lib-$(CONFIG_USE_PRIVATE_LIBGCC) += ashiftrt.o ashiftlt.o lshiftrt.o \
19                                     ashldi3.o ashrsi3.o lshrdi3.o movmem.o