You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/05/27 13:22:26 UTC

[incubator-nuttx] branch master updated: Remove the copied locked.r file in clean stage

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 <li...@xiaomi.com>
AuthorDate: Wed May 27 20:31:26 2020 +0800

    Remove the copied locked.r file in clean stage
    
    Signed-off-by: liuhaitao <li...@xiaomi.com>
---
 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)