summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib/Makefile
blob: 370592668e3e7ad2b2c7cf7b9fc57346622835c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# (C) Copyright 2003-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier:	GPL-2.0+
#

obj-y	+= board.o
obj-$(CONFIG_CMD_BOOTM) += bootm.o

# Build private libgcc only when asked for
ifdef USE_PRIVATE_LIBGCC
lib-y	+= ashldi3.o
lib-y	+= ashrdi3.o
lib-y	+= lshrdi3.o
endif
OpenPOWER on IntegriCloud