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