diff options
author | Anton Vorontsov <cbouatmailru@gmail.com> | 2012-11-18 15:48:52 -0800 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2012-11-18 15:57:20 -0800 |
commit | 7ad85830736f3e0d854becf7621eba3a0c926d13 (patch) | |
tree | 4a3ef783b1cccbf6fb54204046e75492084ce069 /drivers/power/Makefile | |
parent | 0bc98cc6155205b615a9d29a2d54d1b839521c04 (diff) | |
download | linux-7ad85830736f3e0d854becf7621eba3a0c926d13.tar.bz2 |
bq2415x_charger: Add Kconfig/Makefile entries
This commit adds Kconfig and Makefile entries so that we could actually
build the driver.
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power/Makefile')
-rw-r--r-- | drivers/power/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Makefile b/drivers/power/Makefile index bc81fe2112c9..74dfd9570154 100644 --- a/drivers/power/Makefile +++ b/drivers/power/Makefile @@ -48,5 +48,6 @@ obj-$(CONFIG_CHARGER_GPIO) += gpio-charger.o obj-$(CONFIG_CHARGER_MANAGER) += charger-manager.o obj-$(CONFIG_CHARGER_MAX8997) += max8997_charger.o obj-$(CONFIG_CHARGER_MAX8998) += max8998_charger.o +obj-$(CONFIG_CHARGER_BQ2415X) += bq2415x_charger.o obj-$(CONFIG_POWER_AVS) += avs/ obj-$(CONFIG_CHARGER_SMB347) += smb347-charger.o |