aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/aee/common/Makefile
blob: 5464526c5660869c14072170b648aa08d8125f90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
include $(srctree)/drivers/misc/mediatek/Makefile.custom

obj-y	+= aee.o
aee-y	:=dummy.o
aee-$(CONFIG_MTK_AEE_FEATURE)	+= aee-common.o reboot-reason.o
ifneq ($(filter y,$(CONFIG_ARM_PSCI) $(CONFIG_ARM64)),)
aee-$(CONFIG_MTK_AEE_FEATURE)	+= wdt-atf.o
else
aee-$(CONFIG_MTK_AEE_FEATURE)	+= wdt-handler.o
endif