aboutsummaryrefslogtreecommitdiff
path: root/module/scmi_clock/src/Makefile
blob: 3b814d07b5f56f6dde9ed7befc1695aeb882f30d (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Arm SCP/MCP Software
# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

BS_LIB_NAME := SCMI Clock Protocol
BS_LIB_SOURCES := mod_scmi_clock.c

include $(BS_DIR)/lib.mk