This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 2aa1f5c  Remove the copied locked.r file in clean stage
2aa1f5c is described below

commit 2aa1f5c7659b00c7989a702e6745363785fbe538
Author: liuhaitao <[email protected]>
AuthorDate: Wed May 27 20:31:26 2020 +0800

    Remove the copied locked.r file in clean stage
    
    Signed-off-by: liuhaitao <[email protected]>
---
 boards/arm/lpc31xx/ea3131/locked/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm/lpc31xx/ea3131/locked/Makefile 
b/boards/arm/lpc31xx/ea3131/locked/Makefile
index 19e67bd..f0584c6 100644
--- a/boards/arm/lpc31xx/ea3131/locked/Makefile
+++ b/boards/arm/lpc31xx/ea3131/locked/Makefile
@@ -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)
 

Reply via email to