summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/Makefile
blob: 0573c8a9dacb895f58d7165cc7c5a4dbdf1dadaf (plain)
1
2
3
4
obj-$(CONFIG_REGMAP) += regmap.o regcache.o regcache-indexed.o 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