regmap: Add generic non-memory mapped register access API
[pandora-kernel.git] / drivers / base / Makefile
index 4c5701c..dd4f9b2 100644 (file)
@@ -18,6 +18,7 @@ ifeq ($(CONFIG_SYSFS),y)
 obj-$(CONFIG_MODULES)  += module.o
 endif
 obj-$(CONFIG_SYS_HYPERVISOR) += hypervisor.o
+obj-$(CONFIG_REGMAP)   += regmap/
 
 ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG