chore(make): simplify build scripts

remove redundant script codes

Signed-off-by: Caoruihong <crh.cao@huawei.com>
Change-Id: I67695a69cccefc220ede55add9372bce0c59d7f5
This commit is contained in:
Caoruihong
2021-09-09 18:56:47 +08:00
parent ba977dd5ab
commit a627cdba0c
7 changed files with 46 additions and 185 deletions

View File

@@ -44,7 +44,7 @@ include $(MODULE)
USERINIT := $(OUT)/lib/lib$(MODULE_NAME).O
$(USERINIT): $(MODULE)
$(USERINIT): $(TARGET)
$(HIDE)$(LD) -r -o $@ --whole-archive $< --no-whole-archive
clean_userinit: