Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Darwin Rambo | 5d6c315 | 2014-02-11 11:06:33 -0800 | [diff] [blame] | 2 | # |
3 | # Copyright 2013 Broadcom Corporation. | ||||
Darwin Rambo | 5d6c315 | 2014-02-11 11:06:33 -0800 | [diff] [blame] | 4 | |
5 | obj-y += s_init.o | ||||
6 | obj-y += hwinit-common.o | ||||
7 | obj-y += clk-stubs.o | ||||
Steve Rae | 45f2c70 | 2016-06-02 15:10:56 -0700 | [diff] [blame] | 8 | obj-${CONFIG_KONA_RESET_S} += reset.o |