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

BS_LIB_NAME := HELLO
BS_LIB_SOURCES += mod_hello.c

include $(BS_DIR)/lib.mk