diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-23 16:54:07 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-08 11:32:31 +0000 |
commit | 7ea75801830082f68e4eb7f2e82283b9b2367461 (patch) | |
tree | 874607d31a852ee43bfd06dc93c845c1fce1ecf4 | |
parent | 82732bdd663ee9dc1ad4b0409881fe89a9d827ca (diff) | |
download | linux-7ea75801830082f68e4eb7f2e82283b9b2367461.tar.gz linux-7ea75801830082f68e4eb7f2e82283b9b2367461.tar.bz2 linux-7ea75801830082f68e4eb7f2e82283b9b2367461.zip |
regmap: Fix word wrap in Makefile
80 columns FTW.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | drivers/base/regmap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/base/regmap/Makefile b/drivers/base/regmap/Makefile index 0573c8a9dacb..f331a90c47e2 100644 --- a/drivers/base/regmap/Makefile +++ b/drivers/base/regmap/Makefile @@ -1,4 +1,5 @@ -obj-$(CONFIG_REGMAP) += regmap.o regcache.o regcache-indexed.o regcache-rbtree.o regcache-lzo.o +obj-$(CONFIG_REGMAP) += regmap.o regcache.o regcache-indexed.o +obj-$(CONFIG_REGMAP) += regcache-rbtree.o regcache-lzo.o obj-$(CONFIG_DEBUG_FS) += regmap-debugfs.o obj-$(CONFIG_REGMAP_I2C) += regmap-i2c.o obj-$(CONFIG_REGMAP_SPI) += regmap-spi.o |