make/archive: replace the dependency to preprequisite list

Change-Id: Id63f3cd32906461a54cb016ef8078d4d922845e2
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an
2021-01-04 16:49:31 +08:00
committed by liuhaitao
parent 48beda08e2
commit dcc2db8d40
38 changed files with 73 additions and 69 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
$(BIN): $(OBJS)
$(call ARCHIVE, $@, $(OBJS))
$(call ARCHIVE, $@, $^)
makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
$(call CATFILE, Make.dep, $^)