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
+3 -3
View File
@@ -68,13 +68,13 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
$(BIN1): $(PROXY_OBJS)
$(call ARCHIVE, $@, $(PROXY_OBJS))
$(call ARCHIVE, $@, $^)
$(BIN2): $(STUB_OBJS)
$(call ARCHIVE, $@, $(STUB_OBJS))
$(call ARCHIVE, $@, $^)
$(BIN3): $(WRAP_OBJS)
$(call ARCHIVE, $@, $(WRAP_OBJS))
$(call ARCHIVE, $@, $^)
$(SYSCALLWRAPS): .context