diff options
| author | David Woodhouse <dwmw2@infradead.org> | 2007-05-03 16:47:40 -0400 |
|---|---|---|
| committer | David Woodhouse <dwmw2@infradead.org> | 2007-07-10 06:28:12 -0400 |
| commit | efea58e397dec84e37209c98619d39a46872db4d (patch) | |
| tree | 45159f261783eab6a0df2d2e2999f46cb41eb6d6 /drivers/power/Makefile | |
| parent | fe0e3153acfef4864b69932cf116eb5f38f7500c (diff) | |
[BATTERY] Apple PMU driver
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Anton Vorontsov <cbou@mail.ru>
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 a978ba15f6c5..a072b0400cda 100644 --- a/drivers/power/Makefile +++ b/drivers/power/Makefile | |||
| @@ -18,3 +18,4 @@ obj-$(CONFIG_PDA_POWER) += pda_power.o | |||
| 18 | obj-$(CONFIG_APM_POWER) += apm_power.o | 18 | obj-$(CONFIG_APM_POWER) += apm_power.o |
| 19 | 19 | ||
| 20 | obj-$(CONFIG_BATTERY_DS2760) += ds2760_battery.o | 20 | obj-$(CONFIG_BATTERY_DS2760) += ds2760_battery.o |
| 21 | obj-$(CONFIG_BATTERY_PMU) += pmu_battery.o | ||
