1
0
Fork 0
forked from nuttx/nuttx-update

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:
Xiang Xiao 2024-10-13 18:45:42 +08:00 committed by GUIDINGLI
parent 8c13b8df1d
commit c6aed84638
18 changed files with 18 additions and 18 deletions

View file

@ -18,7 +18,7 @@
#
############################################################################
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
include $(TOPDIR)/tools/Make.defs
include chip/Make.defs
ifeq ($(CONFIG_ARCH_ARMV7A),y) # ARMv7-A

View file

@ -18,7 +18,7 @@
#
############################################################################
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
include $(TOPDIR)/tools/Make.defs
include chip/Make.defs
ARCH_SRCDIR = $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src

View file

@ -18,7 +18,7 @@
#
############################################################################
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
include $(TOPDIR)/tools/Make.defs
include chip/Make.defs
ifeq ($(CONFIG_ARCH_FAMILY_AVR32),y)

View file

@ -18,7 +18,7 @@
#
############################################################################
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
include $(TOPDIR)/tools/Make.defs
-include chip$(DELIM)Make.defs
ifeq ($(CONFIG_ARCH_XC5),y)

View file

@ -18,7 +18,7 @@
#
############################################################################
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
include $(TOPDIR)/tools/Make.defs
include chip/Make.defs
ifeq ($(CONFIG_ARCH_HC12),y)

View file

@ -18,7 +18,7 @@
#
############################################################################
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
include $(TOPDIR)/tools/Make.defs
include chip/Make.defs
ifeq ($(CONFIG_ARCH_MIPS),y)

View file

@ -18,7 +18,7 @@
#
############################################################################
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
include $(TOPDIR)/tools/Make.defs
include chip/Make.defs
ifeq ($(CONFIG_ARCH_CHIP_LM32),y)

View file

@ -18,7 +18,7 @@
#
############################################################################
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
include $(TOPDIR)/tools/Make.defs
include chip/Make.defs
ifeq ($(CONFIG_ARCH_MOR1KX),y) # OpenRISC mor1kx

View file

@ -18,7 +18,7 @@
#
############################################################################
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
include $(TOPDIR)/tools/Make.defs
include chip/Make.defs
ARCH_SRCDIR = $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src

View file

@ -18,7 +18,7 @@
#
############################################################################
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
include $(TOPDIR)/tools/Make.defs
include chip/Make.defs
ifeq ($(CONFIG_OPENSBI),y)
include opensbi/Make.defs

View file

@ -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
APPSDIR = $(TOPDIR)$(DELIM)$(CONFIG_APPS_DIR)

View file

@ -18,7 +18,7 @@
#
############################################################################
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
include $(TOPDIR)/tools/Make.defs
-include chip/Make.defs
ARCH_SUBDIR = sparc_v8

View file

@ -18,7 +18,7 @@
#
############################################################################
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
include $(TOPDIR)/tools/Make.defs
include chip/Make.defs
ifeq ($(CONFIG_ARCH_I486),y)

View file

@ -18,7 +18,7 @@
#
############################################################################
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
include $(TOPDIR)/tools/Make.defs
include chip/Make.defs
ifeq ($(CONFIG_ARCH_INTEL64),y)

View file

@ -18,7 +18,7 @@
#
############################################################################
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
include $(TOPDIR)/tools/Make.defs
include chip/Make.defs
ifeq ($(CONFIG_ARCH_FAMILY_LX6),y)

View file

@ -18,7 +18,7 @@
#
############################################################################
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
include $(TOPDIR)/tools/Make.defs
include chip/Make.defs
COMPILER = ${shell basename "$(CC)"}

View file

@ -20,7 +20,7 @@
# Makefile fragments
include $(TOPDIR)/tools/apps-or-nuttx-Make.defs
include $(TOPDIR)/tools/Make.defs
include chip/Make.defs
# Compiler-Dependent Make: SDCC, Clang, or ZiLOG ZDS-II

View file

@ -1,5 +1,5 @@
############################################################################
# apps-or-nuttx-Make.defs
# tools/Make.defs
#
# SPDX-License-Identifier: Apache-2.0
#