]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/base/regmap/Makefile
regmap: Add the LZO cache support
[mirror_ubuntu-bionic-kernel.git] / drivers / base / regmap / Makefile
CommitLineData
2cbbb579 1obj-$(CONFIG_REGMAP) += regmap.o regcache.o regcache-indexed.o regcache-rbtree.o regcache-lzo.o
31244e39 2obj-$(CONFIG_DEBUG_FS) += regmap-debugfs.o
9943fa30 3obj-$(CONFIG_REGMAP_I2C) += regmap-i2c.o
a676f083 4obj-$(CONFIG_REGMAP_SPI) += regmap-spi.o