sim: Fix make tool doesn't rebuild dependencies of the libboard target

Signed-off-by: gaojiawei <gaojiawei@xiaomi.com>
This commit is contained in:
gaojiawei 2023-01-05 19:28:14 +08:00 committed by Xiang Xiao
parent d87620abc9
commit 1486600d7d
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ RELLIBS += -lboard
all: sim_head$(OBJEXT) libarch$(LIBEXT) 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 $(AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@) $(call ASSEMBLE, $<, $@)