Skip to content
Snippets Groups Projects
Commit 6b40a060 authored by Damien George's avatar Damien George
Browse files

examples/embedding: Don't prefix $(MPTOP) to ports/unix source files.

Otherwise the build process puts the corresponding output object files in
two directories lower, not in build/ports/unix.
parent c2f4f360
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ endif
MAIN_C = main.c
# source files
SRC_C = $(addprefix $(MPTOP)/ports/unix/,\
SRC_C = $(addprefix ports/unix/,\
$(MAIN_C) \
gccollect.c \
unix_mphal.c \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment