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

BS_LIB_NAME := mock_clock
BS_LIB_SOURCES := \
    mod_mock_clock.c

include $(BS_DIR)/lib.mk