mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +08:00
tools: Rename apps-or-nuttx-Make.defs to Make.defs
follow the same pattern as other Make.defs files Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
8c13b8df1d
commit
c6aed84638
18 changed files with 18 additions and 18 deletions
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
|
include $(TOPDIR)/tools/Make.defs
|
||||||
include chip/Make.defs
|
include chip/Make.defs
|
||||||
|
|
||||||
ifeq ($(CONFIG_ARCH_ARMV7A),y) # ARMv7-A
|
ifeq ($(CONFIG_ARCH_ARMV7A),y) # ARMv7-A
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
|
include $(TOPDIR)/tools/Make.defs
|
||||||
include chip/Make.defs
|
include chip/Make.defs
|
||||||
|
|
||||||
ARCH_SRCDIR = $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src
|
ARCH_SRCDIR = $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
|
include $(TOPDIR)/tools/Make.defs
|
||||||
include chip/Make.defs
|
include chip/Make.defs
|
||||||
|
|
||||||
ifeq ($(CONFIG_ARCH_FAMILY_AVR32),y)
|
ifeq ($(CONFIG_ARCH_FAMILY_AVR32),y)
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
|
include $(TOPDIR)/tools/Make.defs
|
||||||
-include chip$(DELIM)Make.defs
|
-include chip$(DELIM)Make.defs
|
||||||
|
|
||||||
ifeq ($(CONFIG_ARCH_XC5),y)
|
ifeq ($(CONFIG_ARCH_XC5),y)
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
|
include $(TOPDIR)/tools/Make.defs
|
||||||
include chip/Make.defs
|
include chip/Make.defs
|
||||||
|
|
||||||
ifeq ($(CONFIG_ARCH_HC12),y)
|
ifeq ($(CONFIG_ARCH_HC12),y)
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
|
include $(TOPDIR)/tools/Make.defs
|
||||||
include chip/Make.defs
|
include chip/Make.defs
|
||||||
|
|
||||||
ifeq ($(CONFIG_ARCH_MIPS),y)
|
ifeq ($(CONFIG_ARCH_MIPS),y)
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
|
include $(TOPDIR)/tools/Make.defs
|
||||||
include chip/Make.defs
|
include chip/Make.defs
|
||||||
|
|
||||||
ifeq ($(CONFIG_ARCH_CHIP_LM32),y)
|
ifeq ($(CONFIG_ARCH_CHIP_LM32),y)
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
|
include $(TOPDIR)/tools/Make.defs
|
||||||
include chip/Make.defs
|
include chip/Make.defs
|
||||||
|
|
||||||
ifeq ($(CONFIG_ARCH_MOR1KX),y) # OpenRISC mor1kx
|
ifeq ($(CONFIG_ARCH_MOR1KX),y) # OpenRISC mor1kx
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
|
include $(TOPDIR)/tools/Make.defs
|
||||||
include chip/Make.defs
|
include chip/Make.defs
|
||||||
|
|
||||||
ARCH_SRCDIR = $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src
|
ARCH_SRCDIR = $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
|
include $(TOPDIR)/tools/Make.defs
|
||||||
include chip/Make.defs
|
include chip/Make.defs
|
||||||
ifeq ($(CONFIG_OPENSBI),y)
|
ifeq ($(CONFIG_OPENSBI),y)
|
||||||
include opensbi/Make.defs
|
include opensbi/Make.defs
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
|
include $(TOPDIR)/tools/Make.defs
|
||||||
|
|
||||||
ARCH_SRCDIR = $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src
|
ARCH_SRCDIR = $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src
|
||||||
APPSDIR = $(TOPDIR)$(DELIM)$(CONFIG_APPS_DIR)
|
APPSDIR = $(TOPDIR)$(DELIM)$(CONFIG_APPS_DIR)
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
|
include $(TOPDIR)/tools/Make.defs
|
||||||
-include chip/Make.defs
|
-include chip/Make.defs
|
||||||
|
|
||||||
ARCH_SUBDIR = sparc_v8
|
ARCH_SUBDIR = sparc_v8
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
|
include $(TOPDIR)/tools/Make.defs
|
||||||
include chip/Make.defs
|
include chip/Make.defs
|
||||||
|
|
||||||
ifeq ($(CONFIG_ARCH_I486),y)
|
ifeq ($(CONFIG_ARCH_I486),y)
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
|
include $(TOPDIR)/tools/Make.defs
|
||||||
include chip/Make.defs
|
include chip/Make.defs
|
||||||
|
|
||||||
ifeq ($(CONFIG_ARCH_INTEL64),y)
|
ifeq ($(CONFIG_ARCH_INTEL64),y)
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
|
include $(TOPDIR)/tools/Make.defs
|
||||||
include chip/Make.defs
|
include chip/Make.defs
|
||||||
|
|
||||||
ifeq ($(CONFIG_ARCH_FAMILY_LX6),y)
|
ifeq ($(CONFIG_ARCH_FAMILY_LX6),y)
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
|
include $(TOPDIR)/tools/Make.defs
|
||||||
include chip/Make.defs
|
include chip/Make.defs
|
||||||
|
|
||||||
COMPILER = ${shell basename "$(CC)"}
|
COMPILER = ${shell basename "$(CC)"}
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
# Makefile fragments
|
# Makefile fragments
|
||||||
|
|
||||||
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
|
include $(TOPDIR)/tools/Make.defs
|
||||||
include chip/Make.defs
|
include chip/Make.defs
|
||||||
|
|
||||||
# Compiler-Dependent Make: SDCC, Clang, or ZiLOG ZDS-II
|
# Compiler-Dependent Make: SDCC, Clang, or ZiLOG ZDS-II
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
############################################################################
|
############################################################################
|
||||||
# apps-or-nuttx-Make.defs
|
# tools/Make.defs
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
Loading…
Reference in a new issue