summaryrefslogtreecommitdiffstats
path: root/src/pmdk/src/core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pmdk/src/core/Makefile')
-rw-r--r--src/pmdk/src/core/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/pmdk/src/core/Makefile b/src/pmdk/src/core/Makefile
new file mode 100644
index 000000000..c7526550b
--- /dev/null
+++ b/src/pmdk/src/core/Makefile
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright 2020, Intel Corporation
+
+#
+# src/core/Makefile -- Makefile for core
+#
+
+LIBRARY_NAME = pmemcore
+
+include pmemcore.inc
+
+include ../Makefile.inc