Commit 7ea75801830082f68e4eb7f2e82283b9b2367461
1 parent
82732bdd66
Exists in
master
and in
6 other branches
regmap: Fix word wrap in Makefile
80 columns FTW. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff
drivers/base/regmap/Makefile
1 | -obj-$(CONFIG_REGMAP) += regmap.o regcache.o regcache-indexed.o regcache-rbtree.o regcache-lzo.o | |
1 | +obj-$(CONFIG_REGMAP) += regmap.o regcache.o regcache-indexed.o | |
2 | +obj-$(CONFIG_REGMAP) += regcache-rbtree.o regcache-lzo.o | |
2 | 3 | obj-$(CONFIG_DEBUG_FS) += regmap-debugfs.o |
3 | 4 | obj-$(CONFIG_REGMAP_I2C) += regmap-i2c.o |
4 | 5 | obj-$(CONFIG_REGMAP_SPI) += regmap-spi.o |