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)
TOPDIR ?= $(APPDIR)/import
include $(TOPDIR)/Make.defs
include $(APPDIR)/Make.defs
-include $(TOPDIR)/Make.defs
-include $(APPDIR)/Make.defs
# Application Directories

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -33,7 +33,7 @@
#
############################################################################
include $(TOPDIR)/Make.defs
-include $(TOPDIR)/Make.defs
# 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

View File

@ -33,7 +33,7 @@
#
############################################################################
include $(TOPDIR)/Make.defs
-include $(TOPDIR)/Make.defs
# 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

View File

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

View File

@ -33,7 +33,7 @@
#
############################################################################
include $(TOPDIR)/Make.defs
-include $(TOPDIR)/Make.defs
# 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

View File

@ -34,7 +34,7 @@
#
############################################################################
include $(TOPDIR)/Make.defs
-include $(TOPDIR)/Make.defs
# 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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -33,7 +33,7 @@
#
############################################################################
include $(TOPDIR)/Make.defs
-include $(TOPDIR)/Make.defs
# 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

View File

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

View File

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

View File

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

View File

@ -33,7 +33,7 @@
#
############################################################################
include $(TOPDIR)/Make.defs
-include $(TOPDIR)/Make.defs
# 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

View File

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

View File

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

View File

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

View File

@ -33,7 +33,7 @@
#
############################################################################
include $(TOPDIR)/Make.defs
-include $(TOPDIR)/Make.defs
include $(APPDIR)/Make.defs
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
DELIM ?= /

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -33,7 +33,7 @@
#
############################################################################
include $(TOPDIR)/Make.defs
-include $(TOPDIR)/Make.defs
# 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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -33,7 +33,7 @@
#
############################################################################
include $(TOPDIR)/Make.defs
-include $(TOPDIR)/Make.defs
# 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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -35,7 +35,7 @@
#
############################################################################
include $(TOPDIR)/Make.defs
-include $(TOPDIR)/Make.defs
# 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

View File

@ -33,7 +33,7 @@
#
############################################################################
include $(TOPDIR)/Make.defs
-include $(TOPDIR)/Make.defs
# 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

View File

@ -33,7 +33,7 @@
#
############################################################################
include $(TOPDIR)/Make.defs
-include $(TOPDIR)/Make.defs
# 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

View File

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

View File

@ -33,7 +33,7 @@
#
############################################################################
include $(TOPDIR)/Make.defs
-include $(TOPDIR)/Make.defs
PROGNAME = $(CONFIG_EXAMPLES_LSM330SPI_TEST_PROGNAME)
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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -33,7 +33,7 @@
#
############################################################################
include $(TOPDIR)/Make.defs
-include $(TOPDIR)/Make.defs
# 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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -33,7 +33,7 @@
#
############################################################################
include $(TOPDIR)/Make.defs
-include $(TOPDIR)/Make.defs
# 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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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