c05564c4d8
Android 13
12 lines
328 B
Makefile
Executable file
12 lines
328 B
Makefile
Executable file
|
|
ifeq ($(CONFIG_MTK_TINYSYS_SSPM_SUPPORT), y)
|
|
ccflags-y += -I$(srctree)/drivers/misc/mediatek/sspm/
|
|
ccflags-y += -I$(srctree)/drivers/misc/mediatek/sspm/$(MTK_PLATFORM)/
|
|
endif
|
|
|
|
ifeq ($(CONFIG_MTK_PMIC_CHIP_MT6357), y)
|
|
obj-$(CONFIG_MTK_PMIC_WRAP_HAL) += pwrap_hal_v1.o
|
|
else
|
|
obj-$(CONFIG_MTK_PMIC_WRAP_HAL) += pwrap_hal.o
|
|
endif
|