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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user