xref: /openbmc/u-boot/arch/xtensa/lib/Makefile (revision 78a88f79)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2007 - 2013 Tensilica Inc.
4# (C) Copyright 2014 - 2016 Cadence Design Systems Inc.
5
6obj-$(CONFIG_CMD_BOOTM) += bootm.o
7
8obj-y 	+= cache.o misc.o relocate.o time.o
9