forked from Qortal/Brooklyn
9 lines
180 B
Makefile
9 lines
180 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright 2013 Broadcom Corporation.
|
|
|
|
obj-y += s_init.o
|
|
obj-y += hwinit-common.o
|
|
obj-y += clk-stubs.o
|
|
obj-${CONFIG_KONA_RESET_S} += reset.o
|