kernel_samsung_a34x-permissive/drivers/misc/mediatek/mddp/Makefile
2024-04-28 15:51:13 +02:00

15 lines
402 B
Makefile

obj-$(CONFIG_MTK_MDDP_SUPPORT) += mddp.o
ccflags-y += -I$(srctree)/drivers/misc/mediatek/include/mt-plat/
ccflags-y += -I$(srctree)/drivers/misc/mediatek/mddp/include/
mddp-y += ctrl/mddp_if.o
mddp-y += ctrl/mddp_sm.o
mddp-y += ctrl/mddpwh_sm.o
mddp-y += ctrl/mddp_dev.o
mddp-y += ctrl/mddp_ipc.o
mddp-y += filter/mddp_filter.o
mddp-y += filter/mddp_f_dev.o
# Data usage
mddp-y += usage/mddp_usage.o