From: Mark Brown Date: Sun, 23 Oct 2011 14:54:07 +0000 (+0200) Subject: regmap: Fix word wrap in Makefile X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7ea75801830082f68e4eb7f2e82283b9b2367461;p=linux-beck.git regmap: Fix word wrap in Makefile 80 columns FTW. Signed-off-by: Mark Brown --- 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