Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Chris Zankel | c978b52 | 2016-08-10 18:36:44 +0300 | [diff] [blame] | 2 | # |
3 | # (C) Copyright 2007 - 2013 Tensilica Inc. | ||||
4 | # (C) Copyright 2014 - 2016 Cadence Design Systems Inc. | ||||
Chris Zankel | c978b52 | 2016-08-10 18:36:44 +0300 | [diff] [blame] | 5 | |
6 | obj-$(CONFIG_CMD_BOOTM) += bootm.o | ||||
7 | |||||
Wolfgang Denk | 0cf207e | 2021-09-27 17:42:39 +0200 | [diff] [blame] | 8 | obj-y += cache.o misc.o relocate.o time.o |