sim: fix compile error caused by race condition
LD: nuttx.rel objcopy: couldn't open symbol redefinition file nuttx-names.dat (error: No such file or directory) Makefile: 297: recipe for target 'nuttx.rel' failed Change-Id: Ic78f030b77c3468ddbb96d4fb0558edad3abc3ae Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
d6a0da41d5
commit
f5039d0b23
@ -316,7 +316,8 @@ export_startup: board/libboard$(LIBEXT) up_head.o $(HOSTOBJS)
|
||||
depend: .depend
|
||||
|
||||
cleanrel:
|
||||
$(Q) rm -f nuttx.rel nuttx-names.dat
|
||||
$(call DELFILE, nuttx-names.dat)
|
||||
$(call DELFILE, nuttx.rel)
|
||||
|
||||
clean: cleanrel
|
||||
$(Q) if [ -e board/Makefile ]; then \
|
||||
|
Loading…
Reference in New Issue
Block a user