Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.11 7 lines 326 B view raw
1obj-$(CONFIG_REGMAP) += regmap.o regcache.o 2obj-$(CONFIG_REGMAP) += regcache-rbtree.o regcache-lzo.o regcache-flat.o 3obj-$(CONFIG_DEBUG_FS) += regmap-debugfs.o 4obj-$(CONFIG_REGMAP_I2C) += regmap-i2c.o 5obj-$(CONFIG_REGMAP_SPI) += regmap-spi.o 6obj-$(CONFIG_REGMAP_MMIO) += regmap-mmio.o 7obj-$(CONFIG_REGMAP_IRQ) += regmap-irq.o