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