mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-19 21:24:14 +00:00
Enable pmu brownout features for imx23 &imx28 Signed-off-by: Zhou Jingyu <Jingyu.Zhou@freescale.com>
10 lines
228 B
Makefile
10 lines
228 B
Makefile
#
|
|
# Makefile for the MXS battery charger driver
|
|
#
|
|
|
|
obj-$(CONFIG_BATTERY_MXS) += mxs-battery.o
|
|
|
|
mxs-battery-objs := ddi_bc_api.o ddi_bc_hw.o ddi_bc_init.o \
|
|
ddi_bc_ramp.o ddi_bc_sm.o ddi_power_battery.o linux.o fiq.o
|
|
|