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

[incubator-nuttx-apps] branch master updated: build: Remove some duplicated definitions

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 40c325a  build: Remove some duplicated definitions
40c325a is described below

commit 40c325adfef05df210e7d6d04bd194a7a16106b6
Author: liuhaitao <li...@xiaomi.com>
AuthorDate: Fri May 22 08:38:23 2020 +0800

    build: Remove some duplicated definitions
    
    Unified the duplicated definitions into nuttx/tools/Config.mk.
    
    Signed-off-by: liuhaitao <li...@xiaomi.com>
---
 Make.defs | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/Make.defs b/Make.defs
index a17e0a9..8b5463a 100644
--- a/Make.defs
+++ b/Make.defs
@@ -79,19 +79,6 @@ else
   MKKCONFIG ?= $(APPDIR)$(DELIM)tools$(DELIM)mkkconfig.sh
 endif
 
-# Invoke make
-
-define MAKE_template
-	+$(Q) $(MAKE) -C $(1) $(2) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
-
-endef
-
-define SDIR_template
-$(1)_$(2):
-	+$(Q) $(MAKE) -C $(1) $(2) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
-
-endef
-
 # Builtin Registration
 
 BUILTIN_REGISTRY = $(APPDIR)$(DELIM)builtin$(DELIM)registry