#
# Makefile for the MXC PMIC drivers.
#

obj-y				+= core/
obj-$(CONFIG_MXC_PMIC_MC13783)	+= mc13783/
obj-$(CONFIG_MXC_PMIC_MC13892)	+= mc13892/

