xref: /optee_os/lib/libutee/arch/arm/sub.mk (revision b031393cd7816a108566f7e254956e0c510b6303)
1cppflags-y += -I$(sub-dir)/../..
2
3srcs-$(CFG_ARM32_$(sm)) += utee_syscalls_a32.S
4srcs-$(CFG_ARM64_$(sm)) += utee_syscalls_a64.S
5
6ifneq ($(sm),ldelf)
7subdirs-y += gprof
8endif #$(sm-$(sm)-is-ld)
9
10