Makefile 115 B

123
  1. obj-$(CONFIG_REGMAP) += regmap.o
  2. obj-$(CONFIG_REGMAP_I2C) += regmap-i2c.o
  3. obj-$(CONFIG_REGMAP_SPI) += regmap-spi.o