summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/Makefile
blob: 3dbe5d3ff227e213d946177a0ab5c4411da92cc1 (plain)
1
2
3
4
5
6
obj-$(CONFIG_REGMAP) += regmap.o regcache.o regcache-indexed.o
obj-$(CONFIG_REGMAP) += regcache-rbtree.o regcache-lzo.o
obj-$(CONFIG_DEBUG_FS) += regmap-debugfs.o
obj-$(CONFIG_REGMAP_I2C) += regmap-i2c.o
obj-$(CONFIG_REGMAP_SPI) += regmap-spi.o
obj-$(CONFIG_REGMAP_IRQ) += regmap-irq.o