summaryrefslogtreecommitdiff
path: root/drivers/mxc/pmic/core/Makefile
diff options
context:
space:
mode:
authorRob Herring <r.herring@freescale.com>2008-02-14 14:44:21 -0600
committerDaniel Schaeffer <daniel.schaeffer@timesys.com>2008-08-25 15:18:55 -0400
commit3f8ed3afb9cee6648f9650d5daf950bb9347cca6 (patch)
treec9e28cdb34524d44c5dc4dc0778ebdcb858af20c /drivers/mxc/pmic/core/Makefile
parent49914084e797530d9baaf51df9eda77babc98fa8 (diff)
ENGR00065563 Merge L2622-01 to 2.6.24
Merge L2622-01 release to 2.6.24 kernel.
Diffstat (limited to 'drivers/mxc/pmic/core/Makefile')
-rw-r--r--drivers/mxc/pmic/core/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/mxc/pmic/core/Makefile b/drivers/mxc/pmic/core/Makefile
new file mode 100644
index 000000000000..2fe13f764c61
--- /dev/null
+++ b/drivers/mxc/pmic/core/Makefile
@@ -0,0 +1,15 @@
+#
+# Makefile for the PMIC core drivers.
+#
+obj-$(CONFIG_MXC_SPI_PMIC_CORE) += pmic_core_spi_mod.o
+obj-$(CONFIG_MXC_PMIC_CHARDEV) += pmic-dev.o
+
+pmic_core_spi_mod-objs := pmic_external.o pmic_event.o pmic_core_spi.o
+
+ifeq ($(CONFIG_MXC_PMIC_MC13783),y)
+pmic_core_spi_mod-objs += mc13783.o
+endif
+
+ifeq ($(CONFIG_MXC_PMIC_SC55112),y)
+pmic_core_spi_mod-objs += sc55112.o
+endif