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
|
@ -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…
Reference in New Issue