summaryrefslogtreecommitdiff
path: root/drivers/power/stmp37xx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/power/stmp37xx/Makefile')
-rw-r--r--drivers/power/stmp37xx/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/power/stmp37xx/Makefile b/drivers/power/stmp37xx/Makefile
new file mode 100644
index 000000000000..65f670efdc93
--- /dev/null
+++ b/drivers/power/stmp37xx/Makefile
@@ -0,0 +1,10 @@
+#
+# Makefile for the STMP3xxx battery charger driver
+#
+
+obj-$(CONFIG_BATTERY_STMP3XXX) += stmp3xxx-battery.o
+
+stmp3xxx-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
+