2017-11-01 15:07:57 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2015-03-19 17:50:47 -04:00
|
|
|
# For include/trace/define_trace.h to include trace.h
|
|
|
|
|
CFLAGS_regmap.o := -I$(src)
|
|
|
|
|
|
2011-11-18 16:53:00 +00:00
|
|
|
obj-$(CONFIG_REGMAP) += regmap.o regcache.o
|
2023-03-30 01:10:24 +01:00
|
|
|
obj-$(CONFIG_REGMAP) += regcache-rbtree.o regcache-flat.o regcache-maple.o
|
2011-07-20 22:56:53 +01:00
|
|
|
obj-$(CONFIG_DEBUG_FS) += regmap-debugfs.o
|
2023-03-26 15:11:13 +01:00
|
|
|
obj-$(CONFIG_REGMAP_KUNIT) += regmap-kunit.o
|
2014-11-18 19:45:51 +01:00
|
|
|
obj-$(CONFIG_REGMAP_AC97) += regmap-ac97.o
|
2011-06-20 19:02:29 +01:00
|
|
|
obj-$(CONFIG_REGMAP_I2C) += regmap-i2c.o
|
2023-06-11 14:25:02 +01:00
|
|
|
obj-$(CONFIG_REGMAP_RAM) += regmap-ram.o regmap-raw-ram.o
|
2017-12-11 23:43:02 +00:00
|
|
|
obj-$(CONFIG_REGMAP_SLIMBUS) += regmap-slimbus.o
|
2011-05-12 11:42:10 +02:00
|
|
|
obj-$(CONFIG_REGMAP_SPI) += regmap-spi.o
|
2013-10-28 13:12:35 -05:00
|
|
|
obj-$(CONFIG_REGMAP_SPMI) += regmap-spmi.o
|
2012-04-04 15:48:31 -06:00
|
|
|
obj-$(CONFIG_REGMAP_MMIO) += regmap-mmio.o
|
2011-10-28 23:50:49 +02:00
|
|
|
obj-$(CONFIG_REGMAP_IRQ) += regmap-irq.o
|
2017-06-02 10:06:27 +03:00
|
|
|
obj-$(CONFIG_REGMAP_W1) += regmap-w1.o
|
2018-01-08 15:50:59 +05:30
|
|
|
obj-$(CONFIG_REGMAP_SOUNDWIRE) += regmap-sdw.o
|
2020-11-04 01:22:23 +08:00
|
|
|
obj-$(CONFIG_REGMAP_SOUNDWIRE_MBQ) += regmap-sdw-mbq.o
|
2018-07-17 00:47:48 +09:00
|
|
|
obj-$(CONFIG_REGMAP_SCCB) += regmap-sccb.o
|
2019-06-06 17:12:02 +02:00
|
|
|
obj-$(CONFIG_REGMAP_I3C) += regmap-i3c.o
|
2020-08-19 15:34:56 +08:00
|
|
|
obj-$(CONFIG_REGMAP_SPI_AVMM) += regmap-spi-avmm.o
|
2021-05-17 21:28:03 +02:00
|
|
|
obj-$(CONFIG_REGMAP_MDIO) += regmap-mdio.o
|
2022-11-02 15:51:44 -05:00
|
|
|
obj-$(CONFIG_REGMAP_FSI) += regmap-fsi.o
|