aboutsummaryrefslogtreecommitdiff
path: root/module/hello/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'module/hello/src/Makefile')
-rw-r--r--module/hello/src/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/module/hello/src/Makefile b/module/hello/src/Makefile
new file mode 100644
index 00000000..8429c746
--- /dev/null
+++ b/module/hello/src/Makefile
@@ -0,0 +1,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