Makefiles: This reverts part of commit cf0365ea9. It restores 'conditional' inclusion of TOPDIR/Make.defs. Otherwise all make targets fail if the board has not been configured. That is okay most of the time, but not for things like clean and distclean which should not depend on being configured.

This commit is contained in:
Gregory Nutt 2019-10-15 09:25:48 +08:00
parent 69022c9f2b
commit 3a23523147
301 changed files with 302 additions and 302 deletions

View File

@ -37,8 +37,8 @@
APPDIR = $(CURDIR) APPDIR = $(CURDIR)
TOPDIR ?= $(APPDIR)/import TOPDIR ?= $(APPDIR)/import
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
include $(APPDIR)/Make.defs -include $(APPDIR)/Make.defs
# Application Directories # Application Directories

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Source and object files # Source and object files

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
include $(APPDIR)/Make.defs include $(APPDIR)/Make.defs
# NSH Library # NSH Library

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# CAN utility library # CAN utility library

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
WGET = wget WGET = wget
UNPACK = unzip UNPACK = unzip

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# CAN utility library # CAN utility library

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# ABNTCODI built-in application info # ABNTCODI built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# ADC example # ADC example

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
PROGNAME = $(CONFIG_EXAMPLES_ADXL372_TEST_PROGNAME) PROGNAME = $(CONFIG_EXAMPLES_ADXL372_TEST_PROGNAME)
PRIORITY = $(CONFIG_EXAMPLES_ADXL372_TEST_PRIORITY) PRIORITY = $(CONFIG_EXAMPLES_ADXL372_TEST_PRIORITY)

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Hello, World! Example # Hello, World! Example

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# RTC driver alarm test built-in application info # RTC driver alarm test built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# APA102 built-in application info # APA102 built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Hello, World! built-in application info # Hello, World! built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# BAS test volume mounter # BAS test volume mounter

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Battery built-in application info # Battery built-in application info

View File

@ -35,7 +35,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# BMP180 Barometer sensor example built-in application info # BMP180 Barometer sensor example built-in application info

View File

@ -34,7 +34,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Discover built-in application info # Discover built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# LED driver test built-in application info # LED driver test built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# built-in application info # built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# NuttX NX Graphics Example. # NuttX NX Graphics Example.

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
PROGNAME = canard PROGNAME = canard
PRIORITY = SCHED_PRIORITY_DEFAULT PRIORITY = SCHED_PRIORITY_DEFAULT

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# cctype verification # cctype verification

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
MAINSRC = chat_main.c MAINSRC = chat_main.c

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Chronometer built-in application info # Chronometer built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# CONFIGDATA Unit Test # CONFIGDATA Unit Test

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# do nothing loop to use up cpu time # do nothing loop to use up cpu time

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# CROMFS Example # CROMFS Example

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# DAC tool # DAC tool

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# DHCP Daemon Example # DHCP Daemon Example

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Dhtxx, World! built-in application info # Dhtxx, World! built-in application info

View File

@ -36,7 +36,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Discover built-in application info # Discover built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Hello, World! Example # Hello, World! Example

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# dsptest built-in application info # dsptest built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# ELF Example # ELF Example

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
include $(APPDIR)/Make.defs include $(APPDIR)/Make.defs
ALL_SUBDIRS = errno hello helloxx longjmp mutex pthread signal task struct ALL_SUBDIRS = errno hello helloxx longjmp mutex pthread signal task struct

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
OBJEXT ?= .o OBJEXT ?= .o
DELIM ?= / DELIM ?= /

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
OBJEXT ?= .o OBJEXT ?= .o
DELIM ?= / DELIM ?= /

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
OBJEXT ?= .o OBJEXT ?= .o
DELIM ?= / DELIM ?= /

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
OBJEXT ?= .o OBJEXT ?= .o
DELIM ?= / DELIM ?= /

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
OBJEXT ?= .o OBJEXT ?= .o
DELIM ?= / DELIM ?= /

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
OBJEXT ?= .o OBJEXT ?= .o
DELIM ?= / DELIM ?= /

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
OBJEXT ?= .o OBJEXT ?= .o
DELIM ?= / DELIM ?= /

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
OBJEXT ?= .o OBJEXT ?= .o
DELIM ?= / DELIM ?= /

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
OBJEXT ?= .o OBJEXT ?= .o
DELIM ?= / DELIM ?= /

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# embedlog example built-in application info # embedlog example built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# FB, World! built-in application info # FB, World! built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# fboverlay built-in application info # fboverlay built-in application info

View File

@ -34,7 +34,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# SMART FLASH block device test # SMART FLASH block device test

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# FLOWC Test # FLOWC Test

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# FT80X example built-in application info # FT80X example built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# FTPC Client Application # FTPC Client Application

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
MAINSRC = ftpd_main.c MAINSRC = ftpd_main.c

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# GPIO, World! built-in application info # GPIO, World! built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# GPS built-in application info # GPS built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Hello, World! built-in application info # Hello, World! built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Hello, World! C++ Example # Hello, World! C++ Example

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# USB Host HID keyboard Example # USB Host HID keyboard Example

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# I2S character driver test # I2S character driver test

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# I2S character driver test # I2S character driver test

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
PROGNAME = igmp PROGNAME = igmp
PRIORITY = SCHED_PRIORITY_DEFAULT PRIORITY = SCHED_PRIORITY_DEFAULT

View File

@ -35,7 +35,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Hello, World! built-in application info # Hello, World! built-in application info

View File

@ -35,7 +35,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# INA226 built-in application info # INA226 built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# ini_dumper example built-in application info # ini_dumper example built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Hello, World! built-in application info # Hello, World! built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# cJSON built-in application info # cJSON built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# LED driver test built-in application info # LED driver test built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
PROGNAME = $(CONFIG_EXAMPLES_LIS3DSH_READER_PROGNAME) PROGNAME = $(CONFIG_EXAMPLES_LIS3DSH_READER_PROGNAME)
PRIORITY = SCHED_PRIORITY_DEFAULT PRIORITY = SCHED_PRIORITY_DEFAULT

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
PROGNAME = $(CONFIG_EXAMPLES_LSM330SPI_TEST_PROGNAME) PROGNAME = $(CONFIG_EXAMPLES_LSM330SPI_TEST_PROGNAME)
PRIORITY = $(CONFIG_EXAMPLES_LSM330SPI_TEST_PRIORITY) PRIORITY = $(CONFIG_EXAMPLES_LSM330SPI_TEST_PRIORITY)

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# LittleVGL demo built-in application info # LittleVGL demo built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# max31855 built-in application info # max31855 built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Media test application info # Media test application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# MLD Networking Example # MLD Networking Example

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# MLX90614 built-in application info # MLX90614 built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Memory Management Test # Memory Management Test

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# FreeModBus demo built-in application info # FreeModBus demo built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Modbus Master built-in application info # Modbus Master built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Module example built-in application info # Module example built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
include $(APPDIR)/Make.defs include $(APPDIR)/Make.defs
ALL_SUBDIRS = chardev ALL_SUBDIRS = chardev

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
include $(APPDIR)/Make.defs include $(APPDIR)/Make.defs
OBJEXT ?= .o OBJEXT ?= .o

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# mount() test # mount() test

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# MTD Partition Example # MTD Partition Example

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# MTD R/W buffer test Example # MTD R/W buffer test Example

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Network loopback Example # Network loopback Example

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Network packet socket example # Network packet socket example

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Basic TCP networking test # Basic TCP networking test

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Basic nRF24L01+ terminal demonstration # Basic nRF24L01+ terminal demonstration

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# The NULL example built-in application info # The NULL example built-in application info

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# Nunchuck Example # Nunchuck Example

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# NuttX NX Graphics Example. # NuttX NX Graphics Example.

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# NuttX NX Graphics Example. # NuttX NX Graphics Example.

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
# NXFLAT Example # NXFLAT Example

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
BIN = errno BIN = errno

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
BIN1 = hello++1 BIN1 = hello++1
BIN2 = hello++2 BIN2 = hello++2

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
BIN = hello BIN = hello

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
BIN = longjmp BIN = longjmp

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
BIN = mutex BIN = mutex

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs # Basic make _info -include $(TOPDIR)/Make.defs # Basic make _info
BIN = pthread BIN = pthread

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
BIN = signal BIN = signal

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
CFLAGS += -I. CFLAGS += -I.

View File

@ -33,7 +33,7 @@
# #
############################################################################ ############################################################################
include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
BIN = task BIN = task

Some files were not shown because too many files have changed in this diff Show More