xref: /linux-6.12.1/drivers/base/regmap/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 # SPDX-License-Identifier: GPL-2.0
2 # For include/trace/define_trace.h to include trace.h
3 CFLAGS_regmap.o := -I$(src)
4 
5 obj-$(CONFIG_REGMAP) += regmap.o regcache.o
6 obj-$(CONFIG_REGMAP) += regcache-rbtree.o regcache-flat.o regcache-maple.o
7 obj-$(CONFIG_DEBUG_FS) += regmap-debugfs.o
8 obj-$(CONFIG_REGMAP_KUNIT) += regmap-kunit.o
9 obj-$(CONFIG_REGMAP_AC97) += regmap-ac97.o
10 obj-$(CONFIG_REGMAP_I2C) += regmap-i2c.o
11 obj-$(CONFIG_REGMAP_RAM) += regmap-ram.o regmap-raw-ram.o
12 obj-$(CONFIG_REGMAP_SLIMBUS) += regmap-slimbus.o
13 obj-$(CONFIG_REGMAP_SPI) += regmap-spi.o
14 obj-$(CONFIG_REGMAP_SPMI) += regmap-spmi.o
15 obj-$(CONFIG_REGMAP_MMIO) += regmap-mmio.o
16 obj-$(CONFIG_REGMAP_IRQ) += regmap-irq.o
17 obj-$(CONFIG_REGMAP_W1) += regmap-w1.o
18 obj-$(CONFIG_REGMAP_SOUNDWIRE) += regmap-sdw.o
19 obj-$(CONFIG_REGMAP_SOUNDWIRE_MBQ) += regmap-sdw-mbq.o
20 obj-$(CONFIG_REGMAP_SCCB) += regmap-sccb.o
21 obj-$(CONFIG_REGMAP_I3C) += regmap-i3c.o
22 obj-$(CONFIG_REGMAP_SPI_AVMM) += regmap-spi-avmm.o
23 obj-$(CONFIG_REGMAP_MDIO) += regmap-mdio.o
24 obj-$(CONFIG_REGMAP_FSI) += regmap-fsi.o
25 

served by {OpenGrok

Last Index Update: Tue May 13 11:07:07 UTC 2025

Scopes Window
x
Intelligence window
x
Next >> | << Prev


In current file
  • Highlight
  • Unhighlight
  • Unhighlight all
In project "undefined"
  • Search for definitions of
  • Search for references of
  • Do a full search with
  • Search for file names that contain
On Google
  • Google
Messages Window
x
Navigate Window
x

Macro

  • CFLAGS_regmap.o