aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.3
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-01-06 10:01:53 +0000
committerJohn Crispin <blogic@openwrt.org>2013-01-06 10:01:53 +0000
commit31ca717b30a74371e0d9e668c4dc626a3d794886 (patch)
tree5c781630df2baf832b51136fc34f342a2fbc9786 /target/linux/generic/patches-3.3
parentbea9349879215a146978a6753a7bd1c5a9199a7d (diff)
downloadmaster-187ad058-31ca717b30a74371e0d9e668c4dc626a3d794886.tar.gz
master-187ad058-31ca717b30a74371e0d9e668c4dc626a3d794886.tar.bz2
master-187ad058-31ca717b30a74371e0d9e668c4dc626a3d794886.zip
[kernel] missing underscore in 3.3 regmap patch
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35018 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.3')
-rw-r--r--target/linux/generic/patches-3.3/270-regmap_dynamic.patch2
1 files changed, 1 insertions, 1 deletions
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