#############################################################
#
# NOTE:
#
# AMLOGIC_BOARD_HAS_PMU is general switch to compile on-board
# PMU drivers, ALL new added PMU driver should be depend on 
# this config
#
############################################################

obj-$(CONFIG_AML_PMU_ALGORITHM_SUPPORT) += aml_pmu_dev.o

aml_pmu_dev-objs =
aml_pmu_dev-objs += aml_pmu_module.o
aml_pmu_dev-objs += aml_pmu_algorithm.o 
