mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
build: Remove some duplicated definitions
Unified the duplicated definitions into nuttx/tools/Config.mk. Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
parent
ea7437c2a8
commit
40c325adfe
1 changed files with 0 additions and 13 deletions
13
Make.defs
13
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue