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

ifndef CONFIG_SYS_GENERIC_BOARD
obj-y	+= board.o
endif
obj-y	+= io.o

obj-$(CONFIG_CMD_BOOTM) += bootm.o

lib-$(CONFIG_USE_PRIVATE_LIBGCC) += ashldi3.o ashrdi3.o lshrdi3.o
OpenPOWER on IntegriCloud