commit | ba7e4763437561763b6cca14a41f1d2a7def23e2 | [log] [tgz] |
---|---|---|
author | Liam Girdwood <lg@opensource.wolfsonmicro.com> | Wed Apr 30 17:13:42 2008 +0100 |
committer | Liam Girdwood <lg@opensource.wolfsonmicro.com> | Wed Jul 30 10:10:22 2008 +0100 |
tree | 9eec9ecef01a52cc32946dd12c54a804e8e81ab9 | |
parent | c080909eef2b3e7fba70f57cde3264fba95bdf09 [diff] [blame] |
regulator: core kbuild files This patch adds kernel build support for the regulator core. Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
diff --git a/drivers/Makefile b/drivers/Makefile index 54ec5e7..a280ab3 100644 --- a/drivers/Makefile +++ b/drivers/Makefile
@@ -97,3 +97,4 @@ obj-$(CONFIG_OF) += of/ obj-$(CONFIG_SSB) += ssb/ obj-$(CONFIG_VIRTIO) += virtio/ +obj-$(CONFIG_REGULATOR) += regulator/