Remove the copied locked.r file in clean stage
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
parent
954d251dfe
commit
2aa1f5c765
|
@ -105,6 +105,7 @@ depend: .depend
|
|||
|
||||
clean:
|
||||
$(call DELFILE, locked.r)
|
||||
$(call DELFILE, $(TOPDIR)$(DELIM)$(PASS1_SRCDIR)$(DELIM)locked.r)
|
||||
$(call DELFILE, locked.map)
|
||||
$(call CLEAN)
|
||||
|
||||
|
|
Loading…
Reference in New Issue