1global-incdirs-y += . 2srcs-y += main.c 3ifneq (,$(filter $(PLATFORM_FLAVOR),otx2t96 otx2f95 otx2t98)) 4srcs-$(CFG_ARM64_core) += otx2/core_pos.S 5endif 6srcs-$(PLATFORM_FLAVOR_armada7k8k) += armada7k8k/hal_sec_perf.c 7srcs-$(PLATFORM_FLAVOR_armada3700) += armada3700/hal_sec_perf.c 8