diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-15 15:45:31 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-15 15:45:31 +0100 |
commit | 49a93bc978b4b3d564f6b330179b4cc2724a031d (patch) | |
tree | 8b14b6c1d32b2a64bd9e7d0793717780ecc1d985 /drivers/power/Makefile | |
parent | x86: fix broken flush_tlb_others_ipi(), fix (diff) | |
parent | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... (diff) | |
download | linux-49a93bc978b4b3d564f6b330179b4cc2724a031d.tar.xz linux-49a93bc978b4b3d564f6b330179b4cc2724a031d.zip |
Merge branch 'linus' into cpus4096
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 eebb15505a40..2fcf41d13e5c 100644 --- a/drivers/power/Makefile +++ b/drivers/power/Makefile @@ -25,3 +25,4 @@ obj-$(CONFIG_BATTERY_TOSA) += tosa_battery.o obj-$(CONFIG_BATTERY_WM97XX) += wm97xx_battery.o obj-$(CONFIG_BATTERY_BQ27x00) += bq27x00_battery.o obj-$(CONFIG_BATTERY_DA9030) += da9030_battery.o +obj-$(CONFIG_CHARGER_PCF50633) += pcf50633-charger.o
\ No newline at end of file |