projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
MIPS: add handling for generic and EJTAG exceptions
[platform/kernel/u-boot.git]
/
arch
/
mips
/
lib
/
Makefile
1
#
2
# (C) Copyright 2003-2006
3
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4
#
5
# SPDX-License-Identifier: GPL-2.0+
6
#
7
8
obj-y += cache.o
9
obj-y += cache_init.o
10
obj-y += genex.o
11
obj-y += stack.o
12
obj-y += traps.o
13
14
obj-$(CONFIG_CMD_BOOTM) += bootm.o
15
16
lib-$(CONFIG_USE_PRIVATE_LIBGCC) += ashldi3.o ashrdi3.o lshrdi3.o