mirror of
https://github.com/apache/nuttx.git
synced 2026-08-26 11:50:50 +00:00
sim: Fix make tool doesn't rebuild dependencies of the libboard target
Signed-off-by: gaojiawei <gaojiawei@xiaomi.com>
This commit is contained in:
parent
d87620abc9
commit
1486600d7d
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ RELLIBS += -lboard
|
|||
|
||||
all: sim_head$(OBJEXT) libarch$(LIBEXT)
|
||||
|
||||
.PHONY: export_startup clean distclean cleanrel depend
|
||||
.PHONY: export_startup clean distclean cleanrel depend board/libboard$(LIBEXT)
|
||||
|
||||
$(AOBJS): %$(OBJEXT): %.S
|
||||
$(call ASSEMBLE, $<, $@)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue