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.
This commit is contained in:
parent
c2f4f36010
commit
6b40a06057
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user