summaryrefslogtreecommitdiff
path: root/lib/utils/regmap/objects.mk
diff options
context:
space:
mode:
authorAnup Patel <[email protected]>2023-07-21 13:40:03 +0530
committerAnup Patel <[email protected]>2023-07-31 14:09:13 +0530
commitf21d8f7d59114fdf73a56603ff082ce23797d9e5 (patch)
tree8321503645d9a205e4c91b8b804ea0d4573b69b6 /lib/utils/regmap/objects.mk
parent8e97275d97bbfb9b990a5e7beafe99bea0e3f538 (diff)
lib: utils/regmap: Add simple FDT based syscon regmap driver
Let us add a simple FDT based system regmap driver which follows the device tree bindings already defined in the Linux kernel. Signed-off-by: Anup Patel <[email protected]> Reviewed-by: Xiang W <[email protected]>
Diffstat (limited to 'lib/utils/regmap/objects.mk')
-rw-r--r--lib/utils/regmap/objects.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/utils/regmap/objects.mk b/lib/utils/regmap/objects.mk
index 5ce2373e..5bd139f5 100644
--- a/lib/utils/regmap/objects.mk
+++ b/lib/utils/regmap/objects.mk
@@ -10,4 +10,7 @@
libsbiutils-objs-$(CONFIG_FDT_REGMAP) += regmap/fdt_regmap.o
libsbiutils-objs-$(CONFIG_FDT_REGMAP) += regmap/fdt_regmap_drivers.o
+carray-fdt_regmap_drivers-$(CONFIG_FDT_REGMAP_SYSCON) += fdt_regmap_syscon
+libsbiutils-objs-$(CONFIG_FDT_REGMAP_SYSCON) += regmap/fdt_regmap_syscon.o
+
libsbiutils-objs-$(CONFIG_REGMAP) += regmap/regmap.o