diff options
Diffstat (limited to 'drivers/mxc/pmic/Makefile')
-rw-r--r-- | drivers/mxc/pmic/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mxc/pmic/Makefile b/drivers/mxc/pmic/Makefile new file mode 100644 index 000000000000..ef58a5889587 --- /dev/null +++ b/drivers/mxc/pmic/Makefile @@ -0,0 +1,8 @@ +# +# Makefile for the MXC PMIC drivers. +# + +obj-y += core/ +obj-$(CONFIG_MXC_PMIC_MC13783) += mc13783/ +obj-$(CONFIG_MXC_PMIC_MC13892) += mc13892/ + |