From: John Crispin Date: Sun, 6 Jan 2013 10:01:53 +0000 (+0000) Subject: [kernel] missing underscore in 3.3 regmap patch X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=31ca717b30a74371e0d9e668c4dc626a3d794886;p=15.05%2Fopenwrt.git [kernel] missing underscore in 3.3 regmap patch Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35018 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/generic/patches-3.3/270-regmap_dynamic.patch b/target/linux/generic/patches-3.3/270-regmap_dynamic.patch index 43e13bc137..d6c32b4dcf 100644 --- a/target/linux/generic/patches-3.3/270-regmap_dynamic.patch +++ b/target/linux/generic/patches-3.3/270-regmap_dynamic.patch @@ -29,7 +29,7 @@ -obj-$(CONFIG_REGMAP) += regcache-rbtree.o regcache-lzo.o -obj-$(CONFIG_DEBUG_FS) += regmap-debugfs.o +regmap-core-objs = regmap.o regcache.o regcache-rbtree.o regcache-lzo.o -+ifdef CONFIG_DEBUGFS ++ifdef CONFIG_DEBUG_FS +regmap-core-objs += regmap-debugfs.o +endif +obj-$(CONFIG_REGMAP) += regmap-core.o