2015-03-20 00:50:47 +03:00
|
|
|
# For include/trace/define_trace.h to include trace.h
|
|
|
|
CFLAGS_regmap.o := -I$(src)
|
|
|
|
|
2011-11-18 20:53:00 +04:00
|
|
|
obj-$(CONFIG_REGMAP) += regmap.o regcache.o
|
2012-12-19 18:51:55 +04:00
|
|
|
obj-$(CONFIG_REGMAP) += regcache-rbtree.o regcache-lzo.o regcache-flat.o
|
2011-07-21 01:56:53 +04:00
|
|
|
obj-$(CONFIG_DEBUG_FS) += regmap-debugfs.o
|
2014-11-18 21:45:51 +03:00
|
|
|
obj-$(CONFIG_REGMAP_AC97) += regmap-ac97.o
|
2011-06-20 22:02:29 +04:00
|
|
|
obj-$(CONFIG_REGMAP_I2C) += regmap-i2c.o
|
2011-05-12 13:42:10 +04:00
|
|
|
obj-$(CONFIG_REGMAP_SPI) += regmap-spi.o
|
2013-10-28 22:12:35 +04:00
|
|
|
obj-$(CONFIG_REGMAP_SPMI) += regmap-spmi.o
|
2012-04-05 01:48:31 +04:00
|
|
|
obj-$(CONFIG_REGMAP_MMIO) += regmap-mmio.o
|
2011-10-29 01:50:49 +04:00
|
|
|
obj-$(CONFIG_REGMAP_IRQ) += regmap-irq.o
|