aboutsummaryrefslogtreecommitdiff
path: root/product/corstone-700/module/pl011/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'product/corstone-700/module/pl011/src/Makefile')
-rw-r--r--product/corstone-700/module/pl011/src/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/product/corstone-700/module/pl011/src/Makefile b/product/corstone-700/module/pl011/src/Makefile
new file mode 100644
index 0000000..900501a
--- /dev/null
+++ b/product/corstone-700/module/pl011/src/Makefile
@@ -0,0 +1,10 @@
+#
+# Copyright (c) 2019, Arm Limited and Contributors. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+BS_LIB_NAME := "PL011"
+BS_LIB_SOURCES = mod_pl011.c
+
+include $(BS_DIR)/lib.mk