mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-10-18 01:15:33 +00:00
20 lines
915 B
Makefile
20 lines
915 B
Makefile
obj-$(CONFIG_MTK_TINYSYS_SCP_SUPPORT) += scp.o
|
|
scp-$(CONFIG_MTK_TINYSYS_SCP_SUPPORT) += scp_helper.o
|
|
scp-$(CONFIG_MTK_TINYSYS_SCP_SUPPORT) += scp_excep.o
|
|
scp-$(CONFIG_MTK_TINYSYS_SCP_SUPPORT) += scp_wrapper_ipi.o
|
|
scp-$(CONFIG_MTK_TINYSYS_SCP_SUPPORT) += scp_irq.o
|
|
scp-$(CONFIG_MTK_TINYSYS_SCP_SUPPORT) += scp_logger.o
|
|
scp-$(CONFIG_MTK_TINYSYS_SCP_SUPPORT) += scp_l1c.o
|
|
scp-$(CONFIG_MTK_TINYSYS_SCP_SUPPORT) += scp_scpctl.o
|
|
|
|
scp-$(CONFIG_MTK_TINYSYS_SCP_SUPPORT) += scp_feature_table.o
|
|
scp-$(CONFIG_MTK_TINYSYS_SCP_SUPPORT) += scp_awake.o
|
|
scp-$(CONFIG_MTK_TINYSYS_SCP_SUPPORT) += scp_dvfs.o
|
|
scp-$(CONFIG_MTK_TINYSYS_SCP_SUPPORT) += scp_hwvoter_dbg.o
|
|
|
|
ccflags-y += -D DEBUG_DO -fno-pic -mcmodel=large
|
|
ccflags-y += -I$(srctree)/drivers/misc/mediatek/scp/include
|
|
ccflags-y += -I$(srctree)/drivers/misc/mediatek/include
|
|
ccflags-y += -I$(srctree)/drivers/clk/mediatek/
|
|
ccflags-y += -I$(srctree)/sound/soc/mediatek/common
|