aboutsummaryrefslogtreecommitdiff
path: root/product/rcar/module/rcar_system_power/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'product/rcar/module/rcar_system_power/src/Makefile')
-rw-r--r--product/rcar/module/rcar_system_power/src/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/product/rcar/module/rcar_system_power/src/Makefile b/product/rcar/module/rcar_system_power/src/Makefile
new file mode 100644
index 00000000..38f07462
--- /dev/null
+++ b/product/rcar/module/rcar_system_power/src/Makefile
@@ -0,0 +1,11 @@
+#
+# Renesas SCP/MCP Software
+# Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+BS_LIB_NAME := RCAR SYSTEM POWER
+BS_LIB_SOURCES = mod_rcar_system_power.c
+
+include $(BS_DIR)/lib.mk