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