blob: 10a6b6fc218af09f98bdd6c56fb8479d54a9e14a (
plain) (
blame)
1
2
3
4
5
6
|
include $(srctree)/drivers/misc/mediatek/Makefile.custom
ifneq ($(filter y,$(CONFIG_TRUSTONIC_TEE_SUPPORT) $(CONFIG_MTK_PSCI) $(CONFIG_ARM_PSCI)),)
obj-y += l2c_share_normal.o
else
obj-y += l2c_share_sec.o
endif
|