summaryrefslogtreecommitdiff
path: root/lib/libutee/arch/arm/gprof/sub.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libutee/arch/arm/gprof/sub.mk')
-rw-r--r--lib/libutee/arch/arm/gprof/sub.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libutee/arch/arm/gprof/sub.mk b/lib/libutee/arch/arm/gprof/sub.mk
new file mode 100644
index 0000000..e46e37c
--- /dev/null
+++ b/lib/libutee/arch/arm/gprof/sub.mk
@@ -0,0 +1,7 @@
+cppflags-y += -I$(sub-dir)/../../..
+
+srcs-$(CFG_TA_GPROF_SUPPORT) += gprof.c
+srcs-$(CFG_TA_GPROF_SUPPORT) += gprof_pta.c
+cflags-remove-gprof.c-y += -Wcast-align
+srcs-$(CFG_ARM32_$(sm)) += gprof_a32.S
+srcs-$(CFG_ARM64_$(sm)) += gprof_a64.S