]> Git Repo - J-u-boot.git/blame - arch/mips/lib/Makefile
Merge tag 'u-boot-rockchip-20200501' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / arch / mips / lib / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
c021880a 2#
f9328639 3# (C) Copyright 2003-2006
c021880a 4# Wolfgang Denk, DENX Software Engineering, [email protected].
c021880a 5
30374f98 6obj-y += cache.o
4a5d8898 7obj-y += cache_init.o
6c593630 8obj-y += genex.o
703ec9dd 9obj-y += reloc.o
bd602528 10obj-y += stack.o
6c593630 11obj-y += traps.o
11a932fb 12
f6e2c0f3 13obj-$(CONFIG_CMD_BOOTM) += bootm.o
fb9acad3 14obj-$(CONFIG_CMD_GO) += boot.o
2a9d68e4 15obj-$(CONFIG_SPL_BUILD) += spl.o
d2aa5dca 16
cd2e46cb 17lib-$(CONFIG_USE_PRIVATE_LIBGCC) += ashldi3.o ashrdi3.o lshrdi3.o
This page took 0.445049 seconds and 4 git commands to generate.