summaryrefslogtreecommitdiff
path: root/runtime/libprofile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/libprofile/Makefile')
-rw-r--r--runtime/libprofile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/libprofile/Makefile b/runtime/libprofile/Makefile
index b3076c419f..15e6779512 100644
--- a/runtime/libprofile/Makefile
+++ b/runtime/libprofile/Makefile
@@ -17,6 +17,6 @@ SHARED_LIBRARY = 1
LOADABLE_MODULE = 1
LIBRARYNAME = profile_rt
EXTRA_DIST = exported_symbols.lst
-EXPORTED_SYMBOL_FILE = exported_symbols.lst
+EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/exported_symbols.lst
include $(LEVEL)/Makefile.common