aboutsummaryrefslogtreecommitdiff
path: root/drivers/nxp/sec_mon/sec_mon.mk
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nxp/sec_mon/sec_mon.mk')
-rw-r--r--drivers/nxp/sec_mon/sec_mon.mk27
1 files changed, 27 insertions, 0 deletions
diff --git a/drivers/nxp/sec_mon/sec_mon.mk b/drivers/nxp/sec_mon/sec_mon.mk
new file mode 100644
index 0000000000..51e3e8636c
--- /dev/null
+++ b/drivers/nxp/sec_mon/sec_mon.mk
@@ -0,0 +1,27 @@
+#
+# Copyright 2021 NXP
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+ifeq (${ADD_SNVS},)
+
+ADD_SNVS := 1
+
+SNVS_DRIVERS_PATH := ${PLAT_DRIVERS_PATH}/sec_mon
+
+PLAT_INCLUDES += -I$(SNVS_DRIVERS_PATH)
+
+SNVS_SOURCES += $(SNVS_DRIVERS_PATH)/snvs.c
+
+ifeq (${BL_COMM_SNVS_NEEDED},yes)
+BL_COMMON_SOURCES += ${SNVS_SOURCES}
+else
+ifeq (${BL2_SNVS_NEEDED},yes)
+BL2_SOURCES += ${SNVS_SOURCES}
+endif
+ifeq (${BL31_SNVS_NEEDED},yes)
+BL31_SOURCES += ${SNVS_SOURCES}
+endif
+endif
+endif