diff --git a/Directory.mk b/Directory.mk index bd6570729..3a148afb7 100644 --- a/Directory.mk +++ b/Directory.mk @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs include $(APPDIR)/Make.defs # Sub-directories diff --git a/Make.defs b/Make.defs index 82e2b7f14..a17e0a9a2 100644 --- a/Make.defs +++ b/Make.defs @@ -34,8 +34,6 @@ # ############################################################################ -DELIM ?= $(strip /) - # Application Directories # BUILDIRS is the list of top-level directories containing Make.defs files diff --git a/Makefile b/Makefile index 4cd47d522..dbcc4b63c 100644 --- a/Makefile +++ b/Makefile @@ -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 # The GNU make CURDIR will always be a POSIX-like path with forward slashes # as path segment separators. This is fine for the above inclusions but diff --git a/builtin/Makefile b/builtin/Makefile index f64e0b310..6ca3a3027 100644 --- a/builtin/Makefile +++ b/builtin/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Source and object files diff --git a/canutils/canlib/Makefile b/canutils/canlib/Makefile index 6b272e9b1..232a9d490 100644 --- a/canutils/canlib/Makefile +++ b/canutils/canlib/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CAN utility library diff --git a/canutils/libcanard/Makefile b/canutils/libcanard/Makefile index 1b1579ed2..40ab4036c 100644 --- a/canutils/libcanard/Makefile +++ b/canutils/libcanard/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs WGET = wget UNPACK = unzip diff --git a/canutils/libobd2/Makefile b/canutils/libobd2/Makefile index 4511103c4..828325b11 100644 --- a/canutils/libobd2/Makefile +++ b/canutils/libobd2/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CAN utility library diff --git a/examples/abntcodi/Makefile b/examples/abntcodi/Makefile index 1de661a4c..4bad230e0 100644 --- a/examples/abntcodi/Makefile +++ b/examples/abntcodi/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # ABNTCODI built-in application info diff --git a/examples/adc/Makefile b/examples/adc/Makefile index 5c0767580..842a92980 100644 --- a/examples/adc/Makefile +++ b/examples/adc/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # ADC example diff --git a/examples/adxl372_test/Makefile b/examples/adxl372_test/Makefile index 5039a0cde..a63bcad35 100644 --- a/examples/adxl372_test/Makefile +++ b/examples/adxl372_test/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs PROGNAME = $(CONFIG_EXAMPLES_ADXL372_TEST_PROGNAME) PRIORITY = $(CONFIG_EXAMPLES_ADXL372_TEST_PRIORITY) diff --git a/examples/ajoystick/Makefile b/examples/ajoystick/Makefile index e98fbd8fe..f110a2106 100644 --- a/examples/ajoystick/Makefile +++ b/examples/ajoystick/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Hello, World! Example diff --git a/examples/alarm/Makefile b/examples/alarm/Makefile index 74f371635..1716fe54c 100644 --- a/examples/alarm/Makefile +++ b/examples/alarm/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # RTC driver alarm test built-in application info diff --git a/examples/apa102/Makefile b/examples/apa102/Makefile index 2c1e40d20..d5b2ef292 100644 --- a/examples/apa102/Makefile +++ b/examples/apa102/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # APA102 built-in application info diff --git a/examples/apds9960/Makefile b/examples/apds9960/Makefile index 5dfcba2da..87abb03a4 100644 --- a/examples/apds9960/Makefile +++ b/examples/apds9960/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Hello, World! built-in application info diff --git a/examples/audio_rttl/Makefile b/examples/audio_rttl/Makefile index 580d6513e..cd0bd24fc 100644 --- a/examples/audio_rttl/Makefile +++ b/examples/audio_rttl/Makefile @@ -33,10 +33,8 @@ # ############################################################################ --include $(TOPDIR)/.config --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs -include $(SDKDIR)/Make.defs -include $(APPDIR)/Make.defs # Audio application info diff --git a/examples/bastest/Makefile b/examples/bastest/Makefile index 3e201056d..1aebadb47 100644 --- a/examples/bastest/Makefile +++ b/examples/bastest/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # BAS test volume mounter diff --git a/examples/battery/Makefile b/examples/battery/Makefile index 114c56ef2..2b169d3c1 100644 --- a/examples/battery/Makefile +++ b/examples/battery/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Battery built-in application info diff --git a/examples/bmi160/Makefile b/examples/bmi160/Makefile index 6bda693cd..47462c3e2 100644 --- a/examples/bmi160/Makefile +++ b/examples/bmi160/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs -include $(SDKDIR)/Make.defs # sixaxis built-in application info diff --git a/examples/bmp180/Makefile b/examples/bmp180/Makefile index a14ef1fad..fe5e78557 100644 --- a/examples/bmp180/Makefile +++ b/examples/bmp180/Makefile @@ -35,7 +35,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # BMP180 Barometer sensor example built-in application info diff --git a/examples/bridge/Makefile b/examples/bridge/Makefile index f13e4f070..91ac9d299 100644 --- a/examples/bridge/Makefile +++ b/examples/bridge/Makefile @@ -34,7 +34,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Discover built-in application info diff --git a/examples/buttons/Makefile b/examples/buttons/Makefile index 06bea50d5..7c97b1d57 100644 --- a/examples/buttons/Makefile +++ b/examples/buttons/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # LED driver test built-in application info diff --git a/examples/calib_udelay/Makefile b/examples/calib_udelay/Makefile index 96c878384..8e9880597 100644 --- a/examples/calib_udelay/Makefile +++ b/examples/calib_udelay/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # built-in application info diff --git a/examples/can/Makefile b/examples/can/Makefile index 22ec5c63c..85d571c12 100644 --- a/examples/can/Makefile +++ b/examples/can/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NuttX NX Graphics Example. diff --git a/examples/canard/Makefile b/examples/canard/Makefile index 3e8efc638..d46a85f54 100644 --- a/examples/canard/Makefile +++ b/examples/canard/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs PROGNAME = canard PRIORITY = SCHED_PRIORITY_DEFAULT diff --git a/examples/cctype/Makefile b/examples/cctype/Makefile index ff16d110a..1ac748853 100644 --- a/examples/cctype/Makefile +++ b/examples/cctype/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # cctype verification diff --git a/examples/charger/Makefile b/examples/charger/Makefile index 31e9fba51..e0295b3df 100644 --- a/examples/charger/Makefile +++ b/examples/charger/Makefile @@ -1,5 +1,5 @@ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs -include $(SDKDIR)/Make.defs PROGNAME = $(CONFIG_EXAMPLES_CHARGER_PROGNAME) diff --git a/examples/chat/Makefile b/examples/chat/Makefile index cd81bbc4b..52bdc7db2 100644 --- a/examples/chat/Makefile +++ b/examples/chat/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs MAINSRC = chat_main.c diff --git a/examples/chrono/Makefile b/examples/chrono/Makefile index 080ccc676..a9759027b 100644 --- a/examples/chrono/Makefile +++ b/examples/chrono/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Chronometer built-in application info diff --git a/examples/configdata/Makefile b/examples/configdata/Makefile index 5ec97a42b..9b8987205 100644 --- a/examples/configdata/Makefile +++ b/examples/configdata/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CONFIGDATA Unit Test diff --git a/examples/cpuhog/Makefile b/examples/cpuhog/Makefile index 871f4999c..aae635944 100644 --- a/examples/cpuhog/Makefile +++ b/examples/cpuhog/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # do nothing loop to use up cpu time diff --git a/examples/cromfs/Makefile b/examples/cromfs/Makefile index fb3a1924e..a365b6178 100644 --- a/examples/cromfs/Makefile +++ b/examples/cromfs/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CROMFS Example diff --git a/examples/dac/Makefile b/examples/dac/Makefile index f04b36682..5ee14346b 100644 --- a/examples/dac/Makefile +++ b/examples/dac/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # DAC tool diff --git a/examples/dhcpd/Makefile b/examples/dhcpd/Makefile index e1fcdbe3a..a628fbba2 100644 --- a/examples/dhcpd/Makefile +++ b/examples/dhcpd/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # DHCP Daemon Example diff --git a/examples/dhtxx/Makefile b/examples/dhtxx/Makefile index de67ccc80..76094cfc5 100644 --- a/examples/dhtxx/Makefile +++ b/examples/dhtxx/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Dhtxx, World! built-in application info diff --git a/examples/discover/Makefile b/examples/discover/Makefile index ee60b88b2..5c86863af 100644 --- a/examples/discover/Makefile +++ b/examples/discover/Makefile @@ -36,7 +36,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Discover built-in application info diff --git a/examples/djoystick/Makefile b/examples/djoystick/Makefile index 3740111a1..4be1020bc 100644 --- a/examples/djoystick/Makefile +++ b/examples/djoystick/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Hello, World! Example diff --git a/examples/dsptest/Makefile b/examples/dsptest/Makefile index 9beb66359..f6aa0d530 100644 --- a/examples/dsptest/Makefile +++ b/examples/dsptest/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # dsptest built-in application info diff --git a/examples/elf/Makefile b/examples/elf/Makefile index 5bb7a5bcc..91946de24 100644 --- a/examples/elf/Makefile +++ b/examples/elf/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # ELF Example diff --git a/examples/elf/tests/Makefile b/examples/elf/tests/Makefile index 4a3e67326..20230d8dd 100644 --- a/examples/elf/tests/Makefile +++ b/examples/elf/tests/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs ALL_SUBDIRS = errno hello helloxx longjmp mutex pthread signal task struct BUILD_SUBDIRS = errno hello struct signal diff --git a/examples/elf/tests/errno/Makefile b/examples/elf/tests/errno/Makefile index 0141ca73c..cb2b7544c 100644 --- a/examples/elf/tests/errno/Makefile +++ b/examples/elf/tests/errno/Makefile @@ -33,10 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs - -OBJEXT ?= .o -DELIM ?= / +include $(TOPDIR)/Make.defs ifeq ($(CONFIG_CYGWIN_WINTOOL),y) NUTTXLIB = "${shell cygpath -w $(TOPDIR)$(DELIM)staging}" diff --git a/examples/elf/tests/hello/Makefile b/examples/elf/tests/hello/Makefile index 7f71bd2b4..106663ac8 100644 --- a/examples/elf/tests/hello/Makefile +++ b/examples/elf/tests/hello/Makefile @@ -33,10 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs - -OBJEXT ?= .o -DELIM ?= / +include $(TOPDIR)/Make.defs ifeq ($(CONFIG_CYGWIN_WINTOOL),y) NUTTXLIB = "${shell cygpath -w $(TOPDIR)$(DELIM)staging}" diff --git a/examples/elf/tests/helloxx/Makefile b/examples/elf/tests/helloxx/Makefile index d94b5aa70..4fea478d1 100644 --- a/examples/elf/tests/helloxx/Makefile +++ b/examples/elf/tests/helloxx/Makefile @@ -33,10 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs - -OBJEXT ?= .o -DELIM ?= / +include $(TOPDIR)/Make.defs ifeq ($(CONFIG_CYGWIN_WINTOOL),y) NUTTXLIB = "${shell cygpath -w $(TOPDIR)$(DELIM)staging}" diff --git a/examples/elf/tests/longjmp/Makefile b/examples/elf/tests/longjmp/Makefile index 1c6834c8c..08e2429e0 100644 --- a/examples/elf/tests/longjmp/Makefile +++ b/examples/elf/tests/longjmp/Makefile @@ -33,10 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs - -OBJEXT ?= .o -DELIM ?= / +include $(TOPDIR)/Make.defs ifeq ($(CONFIG_CYGWIN_WINTOOL),y) NUTTXLIB = "${shell cygpath -w $(TOPDIR)$(DELIM)staging}" diff --git a/examples/elf/tests/mutex/Makefile b/examples/elf/tests/mutex/Makefile index 953825962..9089b739a 100644 --- a/examples/elf/tests/mutex/Makefile +++ b/examples/elf/tests/mutex/Makefile @@ -33,10 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs - -OBJEXT ?= .o -DELIM ?= / +include $(TOPDIR)/Make.defs ifeq ($(CONFIG_CYGWIN_WINTOOL),y) NUTTXLIB = "${shell cygpath -w $(TOPDIR)$(DELIM)staging}" diff --git a/examples/elf/tests/pthread/Makefile b/examples/elf/tests/pthread/Makefile index c161a161d..7cb939967 100644 --- a/examples/elf/tests/pthread/Makefile +++ b/examples/elf/tests/pthread/Makefile @@ -33,10 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs - -OBJEXT ?= .o -DELIM ?= / +include $(TOPDIR)/Make.defs ifeq ($(CONFIG_CYGWIN_WINTOOL),y) NUTTXLIB = "${shell cygpath -w $(TOPDIR)$(DELIM)staging}" diff --git a/examples/elf/tests/signal/Makefile b/examples/elf/tests/signal/Makefile index 702415180..7c5ab5966 100644 --- a/examples/elf/tests/signal/Makefile +++ b/examples/elf/tests/signal/Makefile @@ -33,10 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs - -OBJEXT ?= .o -DELIM ?= / +include $(TOPDIR)/Make.defs ifeq ($(CONFIG_CYGWIN_WINTOOL),y) NUTTXLIB = "${shell cygpath -w $(TOPDIR)$(DELIM)staging}" diff --git a/examples/elf/tests/struct/Makefile b/examples/elf/tests/struct/Makefile index 7e1bd5e64..3d398c5c2 100644 --- a/examples/elf/tests/struct/Makefile +++ b/examples/elf/tests/struct/Makefile @@ -33,10 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs - -OBJEXT ?= .o -DELIM ?= / +include $(TOPDIR)/Make.defs CELFFLAGS += -I. diff --git a/examples/elf/tests/task/Makefile b/examples/elf/tests/task/Makefile index c80f7da9b..ee64f3db9 100644 --- a/examples/elf/tests/task/Makefile +++ b/examples/elf/tests/task/Makefile @@ -33,10 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs - -OBJEXT ?= .o -DELIM ?= / +include $(TOPDIR)/Make.defs ifeq ($(CONFIG_CYGWIN_WINTOOL),y) NUTTXLIB = "${shell cygpath -w $(TOPDIR)$(DELIM)staging}" diff --git a/examples/embedlog/Makefile b/examples/embedlog/Makefile index cb75d7a14..c9a41234e 100644 --- a/examples/embedlog/Makefile +++ b/examples/embedlog/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # embedlog example built-in application info diff --git a/examples/fb/Makefile b/examples/fb/Makefile index 7ea6b600d..d0e9f7267 100644 --- a/examples/fb/Makefile +++ b/examples/fb/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # FB, World! built-in application info diff --git a/examples/fboverlay/Makefile b/examples/fboverlay/Makefile index 2c0efbb60..6a490b02b 100644 --- a/examples/fboverlay/Makefile +++ b/examples/fboverlay/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # fboverlay built-in application info diff --git a/examples/flash_test/Makefile b/examples/flash_test/Makefile index bfabfa151..51c71d54a 100644 --- a/examples/flash_test/Makefile +++ b/examples/flash_test/Makefile @@ -34,7 +34,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # SMART FLASH block device test diff --git a/examples/flowc/Makefile b/examples/flowc/Makefile index a787e1ba7..3a9aa9f5f 100644 --- a/examples/flowc/Makefile +++ b/examples/flowc/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # FLOWC Test diff --git a/examples/ft80x/Makefile b/examples/ft80x/Makefile index e82f50930..82bc27e15 100644 --- a/examples/ft80x/Makefile +++ b/examples/ft80x/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # FT80X example built-in application info diff --git a/examples/ftpc/Makefile b/examples/ftpc/Makefile index 7c761896a..7ef708782 100644 --- a/examples/ftpc/Makefile +++ b/examples/ftpc/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # FTPC Client Application diff --git a/examples/ftpd/Makefile b/examples/ftpd/Makefile index ca933418b..d529a13ae 100644 --- a/examples/ftpd/Makefile +++ b/examples/ftpd/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs MAINSRC = ftpd_main.c diff --git a/examples/gpio/Makefile b/examples/gpio/Makefile index 03d0f761b..572fd5326 100644 --- a/examples/gpio/Makefile +++ b/examples/gpio/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # GPIO, World! built-in application info diff --git a/examples/gps/Makefile b/examples/gps/Makefile index 287567a59..882d71188 100644 --- a/examples/gps/Makefile +++ b/examples/gps/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # GPS built-in application info diff --git a/examples/hdc1008_demo/Makefile b/examples/hdc1008_demo/Makefile index 1921ca6b5..9067ac875 100644 --- a/examples/hdc1008_demo/Makefile +++ b/examples/hdc1008_demo/Makefile @@ -18,7 +18,7 @@ # ############################################################################/ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # hdc1008 example built-in application info diff --git a/examples/hello/Makefile b/examples/hello/Makefile index ea5c04365..96ba3588e 100644 --- a/examples/hello/Makefile +++ b/examples/hello/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Hello, World! built-in application info diff --git a/examples/helloxx/Makefile b/examples/helloxx/Makefile index e821a4c89..649dec5b8 100644 --- a/examples/helloxx/Makefile +++ b/examples/helloxx/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Hello, World! C++ Example diff --git a/examples/hidkbd/Makefile b/examples/hidkbd/Makefile index 0c92fed01..b9c1457db 100644 --- a/examples/hidkbd/Makefile +++ b/examples/hidkbd/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # USB Host HID keyboard Example diff --git a/examples/hts221_reader/Makefile b/examples/hts221_reader/Makefile index ba759603f..74da41eb0 100644 --- a/examples/hts221_reader/Makefile +++ b/examples/hts221_reader/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # hts221_reader example diff --git a/examples/i2schar/Makefile b/examples/i2schar/Makefile index 29bd14efe..e108e0ecd 100644 --- a/examples/i2schar/Makefile +++ b/examples/i2schar/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # I2S character driver test diff --git a/examples/i2sloop/Makefile b/examples/i2sloop/Makefile index a142fe17a..e57d4bf77 100644 --- a/examples/i2sloop/Makefile +++ b/examples/i2sloop/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # I2S character driver test diff --git a/examples/igmp/Makefile b/examples/igmp/Makefile index 4c9460a16..d4e455d39 100644 --- a/examples/igmp/Makefile +++ b/examples/igmp/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs PROGNAME = igmp PRIORITY = SCHED_PRIORITY_DEFAULT diff --git a/examples/ina219/Makefile b/examples/ina219/Makefile index 8d081739d..67b142fb8 100644 --- a/examples/ina219/Makefile +++ b/examples/ina219/Makefile @@ -35,7 +35,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Hello, World! built-in application info diff --git a/examples/ina226/Makefile b/examples/ina226/Makefile index b0368f729..9ef60d02d 100644 --- a/examples/ina226/Makefile +++ b/examples/ina226/Makefile @@ -35,7 +35,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # INA226 built-in application info diff --git a/examples/ini_dumper/Makefile b/examples/ini_dumper/Makefile index b8c8100ab..877feff25 100644 --- a/examples/ini_dumper/Makefile +++ b/examples/ini_dumper/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # ini_dumper example built-in application info diff --git a/examples/ipforward/Makefile b/examples/ipforward/Makefile index 3f1dbd86f..b816105e6 100644 --- a/examples/ipforward/Makefile +++ b/examples/ipforward/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Hello, World! built-in application info diff --git a/examples/json/Makefile b/examples/json/Makefile index 7d9e4c255..d5c4cd253 100644 --- a/examples/json/Makefile +++ b/examples/json/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # cJSON built-in application info diff --git a/examples/leds/Makefile b/examples/leds/Makefile index e5c669bd4..72ae721d3 100644 --- a/examples/leds/Makefile +++ b/examples/leds/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # LED driver test built-in application info diff --git a/examples/lis3dsh_reader/Makefile b/examples/lis3dsh_reader/Makefile index be68b083b..a8f12003a 100644 --- a/examples/lis3dsh_reader/Makefile +++ b/examples/lis3dsh_reader/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs PROGNAME = $(CONFIG_EXAMPLES_LIS3DSH_READER_PROGNAME) PRIORITY = SCHED_PRIORITY_DEFAULT diff --git a/examples/lsm303_reader/Makefile b/examples/lsm303_reader/Makefile index cc116e6af..cec31d7a7 100644 --- a/examples/lsm303_reader/Makefile +++ b/examples/lsm303_reader/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # lsm303_reader example diff --git a/examples/lsm330spi_test/Makefile b/examples/lsm330spi_test/Makefile index 3c56e4535..42bcbb562 100644 --- a/examples/lsm330spi_test/Makefile +++ b/examples/lsm330spi_test/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs PROGNAME = $(CONFIG_EXAMPLES_LSM330SPI_TEST_PROGNAME) PRIORITY = $(CONFIG_EXAMPLES_LSM330SPI_TEST_PRIORITY) diff --git a/examples/lsm6dsl_reader/Makefile b/examples/lsm6dsl_reader/Makefile index ebe4f3436..ecdb8b1a1 100644 --- a/examples/lsm6dsl_reader/Makefile +++ b/examples/lsm6dsl_reader/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # lsm6dsl_reader example diff --git a/examples/lvgldemo/Makefile b/examples/lvgldemo/Makefile index 9de116419..f570f5948 100644 --- a/examples/lvgldemo/Makefile +++ b/examples/lvgldemo/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # LittleVGL demo built-in application info diff --git a/examples/max31855/Makefile b/examples/max31855/Makefile index 30ee8ec6e..284388755 100644 --- a/examples/max31855/Makefile +++ b/examples/max31855/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # max31855 built-in application info diff --git a/examples/media/Makefile b/examples/media/Makefile index 8a8095993..4911824fe 100644 --- a/examples/media/Makefile +++ b/examples/media/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Media test application info diff --git a/examples/mld/Makefile b/examples/mld/Makefile index c702954f2..de7f12622 100644 --- a/examples/mld/Makefile +++ b/examples/mld/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # MLD Networking Example diff --git a/examples/mlx90614/Makefile b/examples/mlx90614/Makefile index 834787930..5573ec66c 100644 --- a/examples/mlx90614/Makefile +++ b/examples/mlx90614/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # MLX90614 built-in application info diff --git a/examples/modbus/Makefile b/examples/modbus/Makefile index 70692964b..f6cc45456 100644 --- a/examples/modbus/Makefile +++ b/examples/modbus/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # FreeModBus demo built-in application info diff --git a/examples/modbusmaster/Makefile b/examples/modbusmaster/Makefile index 2bb050dd1..d9d7df688 100644 --- a/examples/modbusmaster/Makefile +++ b/examples/modbusmaster/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Modbus Master built-in application info diff --git a/examples/module/Makefile b/examples/module/Makefile index e7cb349e3..ad1e2e85f 100644 --- a/examples/module/Makefile +++ b/examples/module/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Module example built-in application info diff --git a/examples/module/drivers/Makefile b/examples/module/drivers/Makefile index b76f7e4a7..5e20eafd7 100644 --- a/examples/module/drivers/Makefile +++ b/examples/module/drivers/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs ALL_SUBDIRS = chardev BUILD_SUBDIRS = chardev diff --git a/examples/module/drivers/chardev/Makefile b/examples/module/drivers/chardev/Makefile index 6e111ea23..faba8f7fc 100644 --- a/examples/module/drivers/chardev/Makefile +++ b/examples/module/drivers/chardev/Makefile @@ -33,10 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs - -OBJEXT ?= .o -DELIM ?= / +include $(TOPDIR)/Make.defs ifeq ($(CONFIG_CYGWIN_WINTOOL),y) NUTTXLIB = "${shell cygpath -w $(TOPDIR)$(DELIM)staging}" diff --git a/examples/mount/Makefile b/examples/mount/Makefile index 65e1f7172..365c9e9b5 100644 --- a/examples/mount/Makefile +++ b/examples/mount/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # mount() test diff --git a/examples/mtdpart/Makefile b/examples/mtdpart/Makefile index d01f4b8f8..b41e0e5f7 100644 --- a/examples/mtdpart/Makefile +++ b/examples/mtdpart/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # MTD Partition Example diff --git a/examples/mtdrwb/Makefile b/examples/mtdrwb/Makefile index baaf74d33..d83782ac9 100644 --- a/examples/mtdrwb/Makefile +++ b/examples/mtdrwb/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # MTD R/W buffer test Example diff --git a/examples/netlink_route/Makefile b/examples/netlink_route/Makefile index 5a68c9632..6e217c527 100644 --- a/examples/netlink_route/Makefile +++ b/examples/netlink_route/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Netlink NETLINK_ROUTE built-in application info diff --git a/examples/netloop/Makefile b/examples/netloop/Makefile index 2cbe01220..70c191b3d 100644 --- a/examples/netloop/Makefile +++ b/examples/netloop/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Network loopback Example diff --git a/examples/netpkt/Makefile b/examples/netpkt/Makefile index d0b0490cd..56de89a84 100644 --- a/examples/netpkt/Makefile +++ b/examples/netpkt/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Network packet socket example diff --git a/examples/nettest/Makefile b/examples/nettest/Makefile index ae9862cc3..22471f17c 100644 --- a/examples/nettest/Makefile +++ b/examples/nettest/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Basic TCP networking test diff --git a/examples/nrf24l01_term/Makefile b/examples/nrf24l01_term/Makefile index 0ddf663a4..b73c00abc 100644 --- a/examples/nrf24l01_term/Makefile +++ b/examples/nrf24l01_term/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Basic nRF24L01+ terminal demonstration diff --git a/examples/null/Makefile b/examples/null/Makefile index dcd683031..46ceb8b0c 100644 --- a/examples/null/Makefile +++ b/examples/null/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # The NULL example built-in application info diff --git a/examples/nunchuck/Makefile b/examples/nunchuck/Makefile index cfd8ffe86..68f8c39b8 100644 --- a/examples/nunchuck/Makefile +++ b/examples/nunchuck/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Nunchuck Example diff --git a/examples/nx/Makefile b/examples/nx/Makefile index 98a720ebf..a5d7aa756 100644 --- a/examples/nx/Makefile +++ b/examples/nx/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NuttX NX Graphics Example. diff --git a/examples/nxdemo/Makefile b/examples/nxdemo/Makefile index 3fd7a9575..59663c4cc 100644 --- a/examples/nxdemo/Makefile +++ b/examples/nxdemo/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NuttX NX Graphics Example. diff --git a/examples/nxflat/Makefile b/examples/nxflat/Makefile index 16fcb55ef..b852740bf 100644 --- a/examples/nxflat/Makefile +++ b/examples/nxflat/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NXFLAT Example diff --git a/examples/nxflat/tests/errno/Makefile b/examples/nxflat/tests/errno/Makefile index 0014e669c..aae1ef270 100644 --- a/examples/nxflat/tests/errno/Makefile +++ b/examples/nxflat/tests/errno/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs BIN = errno diff --git a/examples/nxflat/tests/hello++/Makefile b/examples/nxflat/tests/hello++/Makefile index ea2b8ebc2..9a1992ae1 100644 --- a/examples/nxflat/tests/hello++/Makefile +++ b/examples/nxflat/tests/hello++/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs BIN1 = hello++1 BIN2 = hello++2 diff --git a/examples/nxflat/tests/hello/Makefile b/examples/nxflat/tests/hello/Makefile index eb60dd60c..f78ebff3d 100644 --- a/examples/nxflat/tests/hello/Makefile +++ b/examples/nxflat/tests/hello/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs BIN = hello diff --git a/examples/nxflat/tests/longjmp/Makefile b/examples/nxflat/tests/longjmp/Makefile index 8a9846789..4e94401e3 100644 --- a/examples/nxflat/tests/longjmp/Makefile +++ b/examples/nxflat/tests/longjmp/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs BIN = longjmp diff --git a/examples/nxflat/tests/mutex/Makefile b/examples/nxflat/tests/mutex/Makefile index b53a4994f..63163ac8b 100644 --- a/examples/nxflat/tests/mutex/Makefile +++ b/examples/nxflat/tests/mutex/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs BIN = mutex diff --git a/examples/nxflat/tests/pthread/Makefile b/examples/nxflat/tests/pthread/Makefile index 164941014..08f61403a 100644 --- a/examples/nxflat/tests/pthread/Makefile +++ b/examples/nxflat/tests/pthread/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs # Basic make _info +include $(TOPDIR)/Make.defs # Basic make _info BIN = pthread diff --git a/examples/nxflat/tests/signal/Makefile b/examples/nxflat/tests/signal/Makefile index 2211747f5..8273be742 100644 --- a/examples/nxflat/tests/signal/Makefile +++ b/examples/nxflat/tests/signal/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs BIN = signal diff --git a/examples/nxflat/tests/struct/Makefile b/examples/nxflat/tests/struct/Makefile index 77cd7e7c4..8188af734 100644 --- a/examples/nxflat/tests/struct/Makefile +++ b/examples/nxflat/tests/struct/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs CFLAGS += -I. diff --git a/examples/nxflat/tests/task/Makefile b/examples/nxflat/tests/task/Makefile index e532be44e..8dfb2e140 100644 --- a/examples/nxflat/tests/task/Makefile +++ b/examples/nxflat/tests/task/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs BIN = task diff --git a/examples/nxhello/Makefile b/examples/nxhello/Makefile index b9addfc0e..8a694564c 100644 --- a/examples/nxhello/Makefile +++ b/examples/nxhello/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NuttX NX Graphics Example. diff --git a/examples/nximage/Makefile b/examples/nximage/Makefile index c433df877..b51a268aa 100644 --- a/examples/nximage/Makefile +++ b/examples/nximage/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NuttX NX Graphics Example. diff --git a/examples/nxlines/Makefile b/examples/nxlines/Makefile index 07eb28fdc..69e69caf4 100644 --- a/examples/nxlines/Makefile +++ b/examples/nxlines/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NuttX NX Graphics Example. diff --git a/examples/nxterm/Makefile b/examples/nxterm/Makefile index 6b675bc62..a0325bc70 100644 --- a/examples/nxterm/Makefile +++ b/examples/nxterm/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NuttX NX Console Example. diff --git a/examples/nxtext/Makefile b/examples/nxtext/Makefile index 2c01f7bc5..c26dad22f 100644 --- a/examples/nxtext/Makefile +++ b/examples/nxtext/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NuttX NX Graphics Example. diff --git a/examples/obd2/Makefile b/examples/obd2/Makefile index ad0ce3175..deaf0f77a 100644 --- a/examples/obd2/Makefile +++ b/examples/obd2/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # OBD2 application info diff --git a/examples/oneshot/Makefile b/examples/oneshot/Makefile index 9bd21e40f..008a6a475 100644 --- a/examples/oneshot/Makefile +++ b/examples/oneshot/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Oneshot timer built-in application info diff --git a/examples/pca9635/Makefile b/examples/pca9635/Makefile index 6e675bad0..047399d16 100644 --- a/examples/pca9635/Makefile +++ b/examples/pca9635/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # PCA9635 built-in application info diff --git a/examples/pdcurses/Makefile b/examples/pdcurses/Makefile index e19ea0233..e3f2ce105 100644 --- a/examples/pdcurses/Makefile +++ b/examples/pdcurses/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # pdcurses demo programs diff --git a/examples/pf_ieee802154/Makefile b/examples/pf_ieee802154/Makefile index 1ef86647f..c1e6a1db3 100644 --- a/examples/pf_ieee802154/Makefile +++ b/examples/pf_ieee802154/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # PF_IEEE802154 Socket Test diff --git a/examples/pipe/Makefile b/examples/pipe/Makefile index d3f8f3d58..4c3b73ebf 100644 --- a/examples/pipe/Makefile +++ b/examples/pipe/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Pipe Example diff --git a/examples/poll/Makefile b/examples/poll/Makefile index 68167820e..11057a958 100644 --- a/examples/poll/Makefile +++ b/examples/poll/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs CSRCS = poll_listener.c select_listener.c net_listener.c net_reader.c MAINSRC = poll_main.c diff --git a/examples/popen/Makefile b/examples/popen/Makefile index b80a034f8..935a3a7e4 100644 --- a/examples/popen/Makefile +++ b/examples/popen/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # popen() built-in application info diff --git a/examples/posix_spawn/Makefile b/examples/posix_spawn/Makefile index 18174d84d..f69d874a0 100644 --- a/examples/posix_spawn/Makefile +++ b/examples/posix_spawn/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # ELF Example diff --git a/examples/posix_spawn/filesystem/Makefile b/examples/posix_spawn/filesystem/Makefile index 24b8e5837..ae13c9640 100644 --- a/examples/posix_spawn/filesystem/Makefile +++ b/examples/posix_spawn/filesystem/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs SPAWN_DIR = $(APPDIR)$(DELIM)examples$(DELIM)posix_spawn FILESYSTEM_DIR = $(SPAWN_DIR)$(DELIM)filesystem diff --git a/examples/posix_spawn/filesystem/hello/Makefile b/examples/posix_spawn/filesystem/hello/Makefile index e17a1c125..2a01bdb77 100644 --- a/examples/posix_spawn/filesystem/hello/Makefile +++ b/examples/posix_spawn/filesystem/hello/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs BIN = hello diff --git a/examples/posix_spawn/filesystem/redirect/Makefile b/examples/posix_spawn/filesystem/redirect/Makefile index f6893185b..9862c234b 100644 --- a/examples/posix_spawn/filesystem/redirect/Makefile +++ b/examples/posix_spawn/filesystem/redirect/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs BIN = redirect diff --git a/examples/powerled/Makefile b/examples/powerled/Makefile index 6e5e25ca2..475094d89 100644 --- a/examples/powerled/Makefile +++ b/examples/powerled/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Powerled Example diff --git a/examples/powermonitor/Makefile b/examples/powermonitor/Makefile index 8bc2d008d..68dc4175a 100644 --- a/examples/powermonitor/Makefile +++ b/examples/powermonitor/Makefile @@ -32,7 +32,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs PROGNAME = powermonitor PRIORITY = SCHED_PRIORITY_DEFAULT diff --git a/examples/pppd/Makefile b/examples/pppd/Makefile index 4cee53ae6..8d2947695 100644 --- a/examples/pppd/Makefile +++ b/examples/pppd/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # pppd Example diff --git a/examples/pty_test/Makefile b/examples/pty_test/Makefile index 7ea8c7ae4..a0e5a2fd1 100644 --- a/examples/pty_test/Makefile +++ b/examples/pty_test/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Hello, World! built-in application info diff --git a/examples/pwfb/Makefile b/examples/pwfb/Makefile index 590fe4d34..53b47c6a3 100644 --- a/examples/pwfb/Makefile +++ b/examples/pwfb/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NuttX per-window frame buffer graphics example. diff --git a/examples/pwlines/Makefile b/examples/pwlines/Makefile index 688001dd9..ff7b4c4a2 100644 --- a/examples/pwlines/Makefile +++ b/examples/pwlines/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NuttX NX Graphics Example. diff --git a/examples/pwm/Makefile b/examples/pwm/Makefile index 68a143338..9da2da631 100644 --- a/examples/pwm/Makefile +++ b/examples/pwm/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # PWM Example. diff --git a/examples/qencoder/Makefile b/examples/qencoder/Makefile index 7cbc231c7..1575ef304 100644 --- a/examples/qencoder/Makefile +++ b/examples/qencoder/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NuttX NX Graphics Example. diff --git a/examples/random/Makefile b/examples/random/Makefile index 155ef7792..16888de9b 100644 --- a/examples/random/Makefile +++ b/examples/random/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # /dev/random test diff --git a/examples/relays/Makefile b/examples/relays/Makefile index f0fd33410..ada6d4910 100644 --- a/examples/relays/Makefile +++ b/examples/relays/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # relays Example diff --git a/examples/rfid_readuid/Makefile b/examples/rfid_readuid/Makefile index a7aa9e5d0..069e6c4e9 100644 --- a/examples/rfid_readuid/Makefile +++ b/examples/rfid_readuid/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # RFID Read UID built-in application info diff --git a/examples/rgbled/Makefile b/examples/rgbled/Makefile index bdb5f3eb1..95c3cf35f 100644 --- a/examples/rgbled/Makefile +++ b/examples/rgbled/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # RGBLED built-in application info diff --git a/examples/romfs/Makefile b/examples/romfs/Makefile index c25b0deeb..b534ae187 100644 --- a/examples/romfs/Makefile +++ b/examples/romfs/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # ROMFS built-in application info diff --git a/examples/sendmail/Makefile b/examples/sendmail/Makefile index 8ebc4c2dc..a3513c15b 100644 --- a/examples/sendmail/Makefile +++ b/examples/sendmail/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Sendmail SMTP Example diff --git a/examples/serialblaster/Makefile b/examples/serialblaster/Makefile index 6595e221e..a4c2a8b1c 100644 --- a/examples/serialblaster/Makefile +++ b/examples/serialblaster/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # For testing: Blast canned characters at a designated serial port diff --git a/examples/serialrx/Makefile b/examples/serialrx/Makefile index b297577b7..a332b5445 100644 --- a/examples/serialrx/Makefile +++ b/examples/serialrx/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # For testing: Blast canned characters at a designated serial port diff --git a/examples/serloop/Makefile b/examples/serloop/Makefile index e58a1c22a..121074feb 100644 --- a/examples/serloop/Makefile +++ b/examples/serloop/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Mindlessly simple console loopack test diff --git a/examples/slcd/Makefile b/examples/slcd/Makefile index e9298bf73..98a6b607c 100644 --- a/examples/slcd/Makefile +++ b/examples/slcd/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Hello, World! built-in application info diff --git a/examples/smps/Makefile b/examples/smps/Makefile index a513ab012..30ed0e521 100644 --- a/examples/smps/Makefile +++ b/examples/smps/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Smps Example diff --git a/examples/sotest/Makefile b/examples/sotest/Makefile index 58d484431..cdb46fa52 100644 --- a/examples/sotest/Makefile +++ b/examples/sotest/Makefile @@ -33,10 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs - -OBJEXT ?= .o -DELIM ?= / +include $(TOPDIR)/Make.defs # Shared library example built-in application info diff --git a/examples/sotest/lib/Makefile b/examples/sotest/lib/Makefile index 27adbcf03..795a95ee9 100644 --- a/examples/sotest/lib/Makefile +++ b/examples/sotest/lib/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs ALL_SUBDIRS = sotest BUILD_SUBDIRS = sotest diff --git a/examples/sotest/lib/modprint/Makefile b/examples/sotest/lib/modprint/Makefile index 016fefa77..000faa095 100644 --- a/examples/sotest/lib/modprint/Makefile +++ b/examples/sotest/lib/modprint/Makefile @@ -33,10 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs - -OBJEXT ?= .o -DELIM ?= / +include $(TOPDIR)/Make.defs ifeq ($(CONFIG_CYGWIN_WINTOOL),y) NUTTXLIB = "${shell cygpath -w $(TOPDIR)$(DELIM)staging}" diff --git a/examples/sotest/lib/sotest/Makefile b/examples/sotest/lib/sotest/Makefile index 8ee951b5e..d41e14bbf 100644 --- a/examples/sotest/lib/sotest/Makefile +++ b/examples/sotest/lib/sotest/Makefile @@ -33,10 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs - -OBJEXT ?= .o -DELIM ?= / +include $(TOPDIR)/Make.defs ifeq ($(CONFIG_CYGWIN_WINTOOL),y) NUTTXLIB = "${shell cygpath -w $(TOPDIR)$(DELIM)staging}" diff --git a/examples/stat/Makefile b/examples/stat/Makefile index 01cc13b7f..3101302fb 100644 --- a/examples/stat/Makefile +++ b/examples/stat/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Stat built-in application info diff --git a/examples/sx127x_demo/Makefile b/examples/sx127x_demo/Makefile index 2835c6c55..43bf5a160 100644 --- a/examples/sx127x_demo/Makefile +++ b/examples/sx127x_demo/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Basic sx127x+ demonstration diff --git a/examples/system/Makefile b/examples/system/Makefile index 34c4907a8..b8737eb5c 100644 --- a/examples/system/Makefile +++ b/examples/system/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # system() built-in application info diff --git a/examples/tcpblaster/Makefile b/examples/tcpblaster/Makefile index a58c5e666..492983818 100644 --- a/examples/tcpblaster/Makefile +++ b/examples/tcpblaster/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Basic TCP networking test diff --git a/examples/tcpecho/Makefile b/examples/tcpecho/Makefile index 451d80c8c..ccf83da27 100644 --- a/examples/tcpecho/Makefile +++ b/examples/tcpecho/Makefile @@ -36,7 +36,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Discover built-in application info diff --git a/examples/telnetd/Makefile b/examples/telnetd/Makefile index 194c99caa..d868780af 100644 --- a/examples/telnetd/Makefile +++ b/examples/telnetd/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Telnetd Example diff --git a/examples/thttpd/Makefile b/examples/thttpd/Makefile index 2b5228c0e..46bef17c3 100644 --- a/examples/thttpd/Makefile +++ b/examples/thttpd/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # THTTPD Web Server Example diff --git a/examples/thttpd/content/Makefile.binfs b/examples/thttpd/content/Makefile.binfs index 504b824c0..7c3d9cd0e 100644 --- a/examples/thttpd/content/Makefile.binfs +++ b/examples/thttpd/content/Makefile.binfs @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs PROGNAME = hello tasks PRIORITY = $(CONFIG_THTTPD_CGI_PRIORITY) diff --git a/examples/thttpd/content/hello/Makefile b/examples/thttpd/content/hello/Makefile index d1f8ec39a..163b5fad6 100644 --- a/examples/thttpd/content/hello/Makefile +++ b/examples/thttpd/content/hello/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs BIN = hello diff --git a/examples/thttpd/content/tasks/Makefile b/examples/thttpd/content/tasks/Makefile index e6a9ab41c..b7c7caf0c 100644 --- a/examples/thttpd/content/tasks/Makefile +++ b/examples/thttpd/content/tasks/Makefile @@ -33,10 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs - -OBJEXT ?= .o -DELIM ?= / +include $(TOPDIR)/Make.defs BIN = tasks diff --git a/examples/tiff/Makefile b/examples/tiff/Makefile index 87c570041..6f2ac3ec6 100644 --- a/examples/tiff/Makefile +++ b/examples/tiff/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # TIFF Unit Test diff --git a/examples/timer/Makefile b/examples/timer/Makefile index 46e17b929..a161ff06b 100644 --- a/examples/timer/Makefile +++ b/examples/timer/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Timer built-in application info diff --git a/examples/touchscreen/Makefile b/examples/touchscreen/Makefile index 8526d5faf..60ea21c3a 100644 --- a/examples/touchscreen/Makefile +++ b/examples/touchscreen/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NuttX NX Graphics Example. diff --git a/examples/udgram/Makefile b/examples/udgram/Makefile index b6831bc1e..5b97fcc52 100644 --- a/examples/udgram/Makefile +++ b/examples/udgram/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Basic Unix domain networking test diff --git a/examples/udp/Makefile b/examples/udp/Makefile index 350b1a416..e52b1c44e 100644 --- a/examples/udp/Makefile +++ b/examples/udp/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # UDP Test diff --git a/examples/udpblaster/Makefile b/examples/udpblaster/Makefile index c65e79067..4f66affc2 100644 --- a/examples/udpblaster/Makefile +++ b/examples/udpblaster/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Basic TCP networking test diff --git a/examples/uid/Makefile b/examples/uid/Makefile index 3738ffa52..e50e8a031 100644 --- a/examples/uid/Makefile +++ b/examples/uid/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # UID/GID built-in application info diff --git a/examples/unionfs/Makefile b/examples/unionfs/Makefile index 97d4af54a..7a628863a 100644 --- a/examples/unionfs/Makefile +++ b/examples/unionfs/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # UNIONFS built-in application info diff --git a/examples/usbserial/Makefile b/examples/usbserial/Makefile index 01979c399..cbc89bf7f 100644 --- a/examples/usbserial/Makefile +++ b/examples/usbserial/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # USB serial device example # Built-in application info diff --git a/examples/usbserial/Makefile.host b/examples/usbserial/Makefile.host index e29c31779..f1603d836 100644 --- a/examples/usbserial/Makefile.host +++ b/examples/usbserial/Makefile.host @@ -35,7 +35,7 @@ # TOPDIR must be defined on the make command line --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs SRC = host.c BIN = host$(HOSTEXEEXT) diff --git a/examples/userfs/Makefile b/examples/userfs/Makefile index 3801df61e..d7e5bafe4 100644 --- a/examples/userfs/Makefile +++ b/examples/userfs/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # UserFS test application info diff --git a/examples/usrsocktest/Makefile b/examples/usrsocktest/Makefile index 981e5cfb7..4aed0d009 100644 --- a/examples/usrsocktest/Makefile +++ b/examples/usrsocktest/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # USRSOCK Test built-in application info diff --git a/examples/ustream/Makefile b/examples/ustream/Makefile index f0615aa8a..eeb2957c3 100644 --- a/examples/ustream/Makefile +++ b/examples/ustream/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Basic Unix domain networking test diff --git a/examples/veml6070/Makefile b/examples/veml6070/Makefile index 11e3fb28a..7d0274963 100644 --- a/examples/veml6070/Makefile +++ b/examples/veml6070/Makefile @@ -35,7 +35,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # VEML6070 UltraViolet sensor example built-in application info diff --git a/examples/watchdog/Makefile b/examples/watchdog/Makefile index d48dc5834..75ff4ed22 100644 --- a/examples/watchdog/Makefile +++ b/examples/watchdog/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Watchdog Timer Example. diff --git a/examples/webserver/Makefile b/examples/webserver/Makefile index f6da913c5..ab26d1e8e 100644 --- a/examples/webserver/Makefile +++ b/examples/webserver/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # uIP very tiny web server example diff --git a/examples/wget/Makefile b/examples/wget/Makefile index 4698d4763..bfd33b0a4 100644 --- a/examples/wget/Makefile +++ b/examples/wget/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # wget webclient example diff --git a/examples/wgetjson/Makefile b/examples/wgetjson/Makefile index a548c8687..b9e5dff16 100644 --- a/examples/wgetjson/Makefile +++ b/examples/wgetjson/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Hello, World! Example diff --git a/examples/xbc_test/Makefile b/examples/xbc_test/Makefile index 13650fc3c..035f4fa38 100644 --- a/examples/xbc_test/Makefile +++ b/examples/xbc_test/Makefile @@ -36,7 +36,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # XBox controller driver test built-in application info diff --git a/examples/xmlrpc/Makefile b/examples/xmlrpc/Makefile index 8e3e939a9..4fcc008e3 100644 --- a/examples/xmlrpc/Makefile +++ b/examples/xmlrpc/Makefile @@ -36,7 +36,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # XML RPC built-in application info diff --git a/examples/zerocross/Makefile b/examples/zerocross/Makefile index 779524bb6..c95dacc9f 100644 --- a/examples/zerocross/Makefile +++ b/examples/zerocross/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Zero Cross Example diff --git a/fsutils/flash_eraseall/Makefile b/fsutils/flash_eraseall/Makefile index d0439ebd4..693b6dab3 100644 --- a/fsutils/flash_eraseall/Makefile +++ b/fsutils/flash_eraseall/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Password file access library diff --git a/fsutils/inifile/Makefile b/fsutils/inifile/Makefile index ae61334f4..ee55e6dae 100644 --- a/fsutils/inifile/Makefile +++ b/fsutils/inifile/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # I2C tool CSRCS = inifile.c diff --git a/fsutils/inih/Makefile b/fsutils/inih/Makefile index 36088ab3b..51ddbfaf4 100644 --- a/fsutils/inih/Makefile +++ b/fsutils/inih/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs WGET = wget CP = cp -R diff --git a/fsutils/mkfatfs/Makefile b/fsutils/mkfatfs/Makefile index ff9eefcf7..1f5e5a1d3 100644 --- a/fsutils/mkfatfs/Makefile +++ b/fsutils/mkfatfs/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # mkfatfs utility diff --git a/fsutils/mksmartfs/Makefile b/fsutils/mksmartfs/Makefile index 99d000af9..aec927f90 100644 --- a/fsutils/mksmartfs/Makefile +++ b/fsutils/mksmartfs/Makefile @@ -35,7 +35,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # SmartFS file utility diff --git a/fsutils/passwd/Makefile b/fsutils/passwd/Makefile index eee6623d8..358ea7e7d 100644 --- a/fsutils/passwd/Makefile +++ b/fsutils/passwd/Makefile @@ -18,7 +18,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Password file access library diff --git a/gpsutils/minmea/Makefile b/gpsutils/minmea/Makefile index ea3acedcc..db71a2b21 100644 --- a/gpsutils/minmea/Makefile +++ b/gpsutils/minmea/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NSH Library diff --git a/graphics/ft80x/Makefile b/graphics/ft80x/Makefile index 4d0e950c8..45a37b8d8 100644 --- a/graphics/ft80x/Makefile +++ b/graphics/ft80x/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # FTDI/BridgeTek FT80x library CSRCS = ft80x_dl.c ft80x_ramg.c ft80x_ramdl.c ft80x_ramcmd.c diff --git a/graphics/littlevgl/Makefile b/graphics/littlevgl/Makefile index d179a58e5..b3e965495 100644 --- a/graphics/littlevgl/Makefile +++ b/graphics/littlevgl/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # LVGL graphic library diff --git a/graphics/nxglyphs/Makefile b/graphics/nxglyphs/Makefile index 19e0d3e88..67c7a980e 100644 --- a/graphics/nxglyphs/Makefile +++ b/graphics/nxglyphs/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs ifeq ($(CONFIG_NXWIDGETS),y) # Glyphs used by NxWidgets diff --git a/graphics/nxwidgets/Makefile b/graphics/nxwidgets/Makefile index 3eecd0817..6df3bbe96 100644 --- a/graphics/nxwidgets/Makefile +++ b/graphics/nxwidgets/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Infrastructure diff --git a/graphics/nxwidgets/UnitTests/CButton/Makefile b/graphics/nxwidgets/UnitTests/CButton/Makefile index 310ff91bc..7a41d6cd0 100644 --- a/graphics/nxwidgets/UnitTests/CButton/Makefile +++ b/graphics/nxwidgets/UnitTests/CButton/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CButton unit test diff --git a/graphics/nxwidgets/UnitTests/CButtonArray/Makefile b/graphics/nxwidgets/UnitTests/CButtonArray/Makefile index ecfd7c04d..1a7828208 100644 --- a/graphics/nxwidgets/UnitTests/CButtonArray/Makefile +++ b/graphics/nxwidgets/UnitTests/CButtonArray/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CButtonArray unit test diff --git a/graphics/nxwidgets/UnitTests/CCheckBox/Makefile b/graphics/nxwidgets/UnitTests/CCheckBox/Makefile index c1ddc3390..feaacd48e 100644 --- a/graphics/nxwidgets/UnitTests/CCheckBox/Makefile +++ b/graphics/nxwidgets/UnitTests/CCheckBox/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CCheckBox unit test diff --git a/graphics/nxwidgets/UnitTests/CGlyphButton/Makefile b/graphics/nxwidgets/UnitTests/CGlyphButton/Makefile index 17ace8d57..18bb25ba9 100644 --- a/graphics/nxwidgets/UnitTests/CGlyphButton/Makefile +++ b/graphics/nxwidgets/UnitTests/CGlyphButton/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CGlyphButton unit test diff --git a/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/Makefile b/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/Makefile index 9f3afc913..c7d8519ef 100644 --- a/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/Makefile +++ b/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CGlyphSliderHorizontal unit test diff --git a/graphics/nxwidgets/UnitTests/CImage/Makefile b/graphics/nxwidgets/UnitTests/CImage/Makefile index 922813a8d..df33b491a 100644 --- a/graphics/nxwidgets/UnitTests/CImage/Makefile +++ b/graphics/nxwidgets/UnitTests/CImage/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CImage unit test diff --git a/graphics/nxwidgets/UnitTests/CKeypad/Makefile b/graphics/nxwidgets/UnitTests/CKeypad/Makefile index 710d5ae2a..65dc71f8a 100644 --- a/graphics/nxwidgets/UnitTests/CKeypad/Makefile +++ b/graphics/nxwidgets/UnitTests/CKeypad/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CKeyPad unit test diff --git a/graphics/nxwidgets/UnitTests/CLabel/Makefile b/graphics/nxwidgets/UnitTests/CLabel/Makefile index d5bc324bb..9e3192a40 100644 --- a/graphics/nxwidgets/UnitTests/CLabel/Makefile +++ b/graphics/nxwidgets/UnitTests/CLabel/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CLabel unit test diff --git a/graphics/nxwidgets/UnitTests/CLatchButton/Makefile b/graphics/nxwidgets/UnitTests/CLatchButton/Makefile index 2efdfe146..2dbffc681 100644 --- a/graphics/nxwidgets/UnitTests/CLatchButton/Makefile +++ b/graphics/nxwidgets/UnitTests/CLatchButton/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CLatchButton unit test diff --git a/graphics/nxwidgets/UnitTests/CLatchButtonArray/Makefile b/graphics/nxwidgets/UnitTests/CLatchButtonArray/Makefile index f012bcb51..e03da540c 100644 --- a/graphics/nxwidgets/UnitTests/CLatchButtonArray/Makefile +++ b/graphics/nxwidgets/UnitTests/CLatchButtonArray/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CLatchButtonArray unit test diff --git a/graphics/nxwidgets/UnitTests/CListBox/Makefile b/graphics/nxwidgets/UnitTests/CListBox/Makefile index afa03c2e9..bd9cb321b 100644 --- a/graphics/nxwidgets/UnitTests/CListBox/Makefile +++ b/graphics/nxwidgets/UnitTests/CListBox/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CListBox unit test diff --git a/graphics/nxwidgets/UnitTests/CProgressBar/Makefile b/graphics/nxwidgets/UnitTests/CProgressBar/Makefile index 561b7abad..e60eee188 100644 --- a/graphics/nxwidgets/UnitTests/CProgressBar/Makefile +++ b/graphics/nxwidgets/UnitTests/CProgressBar/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CProgressBar unit test diff --git a/graphics/nxwidgets/UnitTests/CRadioButton/Makefile b/graphics/nxwidgets/UnitTests/CRadioButton/Makefile index d5b8a7d07..bff030844 100644 --- a/graphics/nxwidgets/UnitTests/CRadioButton/Makefile +++ b/graphics/nxwidgets/UnitTests/CRadioButton/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CRadioButton unit test diff --git a/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/Makefile b/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/Makefile index 1808fea88..8e1d6c4a9 100644 --- a/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/Makefile +++ b/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CScrollbarHorizontal unit test diff --git a/graphics/nxwidgets/UnitTests/CScrollbarVertical/Makefile b/graphics/nxwidgets/UnitTests/CScrollbarVertical/Makefile index 882e4f92a..3b32da840 100644 --- a/graphics/nxwidgets/UnitTests/CScrollbarVertical/Makefile +++ b/graphics/nxwidgets/UnitTests/CScrollbarVertical/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CScrollbarVertical unit test diff --git a/graphics/nxwidgets/UnitTests/CSliderHorizonal/Makefile b/graphics/nxwidgets/UnitTests/CSliderHorizonal/Makefile index 0aa2981ec..f89c08ecc 100644 --- a/graphics/nxwidgets/UnitTests/CSliderHorizonal/Makefile +++ b/graphics/nxwidgets/UnitTests/CSliderHorizonal/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CSliderHorizontal unit test diff --git a/graphics/nxwidgets/UnitTests/CSliderVertical/Makefile b/graphics/nxwidgets/UnitTests/CSliderVertical/Makefile index dc1bde454..f440718d3 100644 --- a/graphics/nxwidgets/UnitTests/CSliderVertical/Makefile +++ b/graphics/nxwidgets/UnitTests/CSliderVertical/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CSliderVertical unit test diff --git a/graphics/nxwidgets/UnitTests/CTextBox/Makefile b/graphics/nxwidgets/UnitTests/CTextBox/Makefile index 187ceb9f5..b643260d8 100644 --- a/graphics/nxwidgets/UnitTests/CTextBox/Makefile +++ b/graphics/nxwidgets/UnitTests/CTextBox/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CTextBox unit test diff --git a/graphics/nxwm/Makefile b/graphics/nxwm/Makefile index 86ec8aa42..882645251 100644 --- a/graphics/nxwm/Makefile +++ b/graphics/nxwm/Makefile @@ -33,7 +33,7 @@ # ################################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs PROGNAME = nxwm PRIORITY = SCHED_PRIORITY_DEFAULT diff --git a/graphics/pdcurs34/Makefile b/graphics/pdcurs34/Makefile index 629084101..7088c03a6 100644 --- a/graphics/pdcurs34/Makefile +++ b/graphics/pdcurs34/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # pdcurses Text User Interface include pdcurses/Make.defs diff --git a/graphics/screenshot/Makefile b/graphics/screenshot/Makefile index e173675c7..bdd7c0e2c 100644 --- a/graphics/screenshot/Makefile +++ b/graphics/screenshot/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # TIFF Screenshot utility diff --git a/graphics/slcd/Makefile b/graphics/slcd/Makefile index c1d265fac..47d688ec4 100644 --- a/graphics/slcd/Makefile +++ b/graphics/slcd/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # SLcd diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 057d3d076..8a45a5956 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NuttX TIFF Creation Tool CSRCS = tiff_addstrip.c tiff_finalize.c tiff_initialize.c tiff_utils.c diff --git a/graphics/twm4nx/Makefile b/graphics/twm4nx/Makefile index efcf268fd..8458db140 100644 --- a/graphics/twm4nx/Makefile +++ b/graphics/twm4nx/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Add path to cursor images to CXXFLAGS diff --git a/import/Makefile b/import/Makefile index 8b1cc8eb8..63eb4bec1 100644 --- a/import/Makefile +++ b/import/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Sub-directories from the NuttX export package diff --git a/industry/abnt_codi/Makefile b/industry/abnt_codi/Makefile index 2fcafdbc1..8b3a42bfc 100644 --- a/industry/abnt_codi/Makefile +++ b/industry/abnt_codi/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NSH Library diff --git a/interpreters/bas/Makefile b/interpreters/bas/Makefile index a8625bc2b..2f6501932 100644 --- a/interpreters/bas/Makefile +++ b/interpreters/bas/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # BAS Library diff --git a/interpreters/ficl/Makefile b/interpreters/ficl/Makefile index 3099d4977..e9b79260b 100644 --- a/interpreters/ficl/Makefile +++ b/interpreters/ficl/Makefile @@ -35,7 +35,7 @@ BUILDDIR := ${shell echo $(CURDIR) | sed -e 's/ /\\ /g'} --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Tools diff --git a/interpreters/minibasic/Makefile b/interpreters/minibasic/Makefile index 7ef485c0f..13c721e07 100644 --- a/interpreters/minibasic/Makefile +++ b/interpreters/minibasic/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Mini Basic Library diff --git a/modbus/Makefile b/modbus/Makefile index 491a76408..85e47d9fa 100644 --- a/modbus/Makefile +++ b/modbus/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # FreeModBus Library diff --git a/netutils/chat/Makefile b/netutils/chat/Makefile index 2e3f88438..c58ff5cdd 100644 --- a/netutils/chat/Makefile +++ b/netutils/chat/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs CSRCS = chat.c diff --git a/netutils/cjson/Makefile b/netutils/cjson/Makefile index b95966fc1..9f68f46f0 100644 --- a/netutils/cjson/Makefile +++ b/netutils/cjson/Makefile @@ -35,7 +35,7 @@ # Standard includes --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Set up build configuration and environment diff --git a/netutils/codecs/Makefile b/netutils/codecs/Makefile index d1363aee5..551b5b685 100644 --- a/netutils/codecs/Makefile +++ b/netutils/codecs/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs CSRCS = urldecode.c base64.c md5.c diff --git a/netutils/dhcpc/Makefile b/netutils/dhcpc/Makefile index 4f863f888..675e0687b 100644 --- a/netutils/dhcpc/Makefile +++ b/netutils/dhcpc/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # DHCP Client Library diff --git a/netutils/dhcpd/Makefile b/netutils/dhcpd/Makefile index 71d0910fb..d88e8d2b7 100644 --- a/netutils/dhcpd/Makefile +++ b/netutils/dhcpd/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # DHCP Daemn Library diff --git a/netutils/discover/Makefile b/netutils/discover/Makefile index 632f3f40d..ccc7a5ba9 100644 --- a/netutils/discover/Makefile +++ b/netutils/discover/Makefile @@ -36,7 +36,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Telnet daemon diff --git a/netutils/esp8266/Makefile b/netutils/esp8266/Makefile index 46a5c2b00..2a61fd5e4 100644 --- a/netutils/esp8266/Makefile +++ b/netutils/esp8266/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # ESP8266 Library CSRCS = esp8266.c diff --git a/netutils/ftpc/Makefile b/netutils/ftpc/Makefile index 482202133..90cf3334f 100644 --- a/netutils/ftpc/Makefile +++ b/netutils/ftpc/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # DHCP Daemn Library diff --git a/netutils/ftpd/Makefile b/netutils/ftpd/Makefile index 1a0acf163..a9e116303 100644 --- a/netutils/ftpd/Makefile +++ b/netutils/ftpd/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Telnet daemon diff --git a/netutils/libcurl4nx/Makefile b/netutils/libcurl4nx/Makefile index d43fa3119..a508e5474 100644 --- a/netutils/libcurl4nx/Makefile +++ b/netutils/libcurl4nx/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Web client library diff --git a/netutils/netinit/Makefile b/netutils/netinit/Makefile index 876b83254..7735e7e98 100644 --- a/netutils/netinit/Makefile +++ b/netutils/netinit/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs CSRCS = netinit.c diff --git a/netutils/netlib/Makefile b/netutils/netlib/Makefile index 396cdf0c8..ee7770d08 100644 --- a/netutils/netlib/Makefile +++ b/netutils/netlib/Makefile @@ -34,7 +34,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Network Library diff --git a/netutils/ntpclient/Makefile b/netutils/ntpclient/Makefile index 2f50104e2..72055a7f7 100644 --- a/netutils/ntpclient/Makefile +++ b/netutils/ntpclient/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NTP client daemon Library diff --git a/netutils/ping/Makefile b/netutils/ping/Makefile index bc7a63929..d3d1d2553 100644 --- a/netutils/ping/Makefile +++ b/netutils/ping/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs ifeq ($(CONFIG_NETUTILS_PING),y) CSRCS += icmp_ping.c diff --git a/netutils/pppd/Makefile b/netutils/pppd/Makefile index fd7d2f291..1c939481b 100644 --- a/netutils/pppd/Makefile +++ b/netutils/pppd/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs CSRCS = pppd.c ppp.c ahdlc.c lcp.c ipcp.c ifeq ($(CONFIG_NETUTILS_PPPD_PAP),y) diff --git a/netutils/smtp/Makefile b/netutils/smtp/Makefile index 862efd3f8..2a3119f25 100644 --- a/netutils/smtp/Makefile +++ b/netutils/smtp/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # SMTP Library diff --git a/netutils/telnetc/Makefile b/netutils/telnetc/Makefile index c0299e55a..b22709d4f 100644 --- a/netutils/telnetc/Makefile +++ b/netutils/telnetc/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Telnet daemon diff --git a/netutils/telnetd/Makefile b/netutils/telnetd/Makefile index f3ff45b2b..93aaf8a46 100644 --- a/netutils/telnetd/Makefile +++ b/netutils/telnetd/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Telnet daemon diff --git a/netutils/tftpc/Makefile b/netutils/tftpc/Makefile index 250abbd6e..cf5c20904 100644 --- a/netutils/tftpc/Makefile +++ b/netutils/tftpc/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # TFTP Client Library diff --git a/netutils/thttpd/Makefile b/netutils/thttpd/Makefile index de7a6b963..c950650fd 100644 --- a/netutils/thttpd/Makefile +++ b/netutils/thttpd/Makefile @@ -33,7 +33,7 @@ # ############################################################################# --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # THTTPD Library diff --git a/netutils/thttpd/cgi-src/Makefile b/netutils/thttpd/cgi-src/Makefile index 5a785cfb8..1bb0736c2 100644 --- a/netutils/thttpd/cgi-src/Makefile +++ b/netutils/thttpd/cgi-src/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs CFLAGS += ${shell $(INCDIR) "$(CC)" "$(APPDIR)/netutils/thttpd" "$(APPDIR)/netutils/thttpd/cgi-src"} CGIBINDIR = $(APPDIR)/netutils/thttpd/cgi-bin diff --git a/netutils/usrsock_rpmsg/Makefile b/netutils/usrsock_rpmsg/Makefile index 42dc56bfd..c9d632598 100644 --- a/netutils/usrsock_rpmsg/Makefile +++ b/netutils/usrsock_rpmsg/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs PROGNAME = usrsock PRIORITY = CONFIG_NETUTILS_USRSOCK_RPMSG_PRIORITY diff --git a/netutils/webclient/Makefile b/netutils/webclient/Makefile index b6e1a33ba..38af45db9 100644 --- a/netutils/webclient/Makefile +++ b/netutils/webclient/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Web client library diff --git a/netutils/webserver/Makefile b/netutils/webserver/Makefile index a52736d4a..00ca847f7 100644 --- a/netutils/webserver/Makefile +++ b/netutils/webserver/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Web server library diff --git a/netutils/xmlrpc/Makefile b/netutils/xmlrpc/Makefile index 1a28a3127..3a2af5368 100644 --- a/netutils/xmlrpc/Makefile +++ b/netutils/xmlrpc/Makefile @@ -36,7 +36,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs ifeq ($(CONFIG_NET_TCP),y) CSRCS = xmlparser.c response.c diff --git a/nshlib/Makefile b/nshlib/Makefile index b66ecd4a2..d31065085 100644 --- a/nshlib/Makefile +++ b/nshlib/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NSH Library diff --git a/platform/Makefile b/platform/Makefile index abdf0e5bc..35732a8cd 100644 --- a/platform/Makefile +++ b/platform/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs CONFIG_ARCH_BOARD ?= dummy @@ -41,7 +41,7 @@ CONFIG_ARCH_BOARD ?= dummy GNUDIR = gnu PLATFORMDIR = board -DUMMYDIR = $(APPDIR)$(DELIM)platform$(DELIM)dummy +DUMMYDIR = $(APPDIR)/platform/dummy ifeq ($(CONFIG_ARCH_BOARD_CUSTOM),y) LINKDIR = $(DUMMYDIR) diff --git a/platform/bin/Makefile b/platform/bin/Makefile index 3f8b21f12..79114a040 100644 --- a/platform/bin/Makefile +++ b/platform/bin/Makefile @@ -33,7 +33,7 @@ # ########################################################################### --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs all: .PHONY: clean distclean diff --git a/system/cdcacm/Makefile b/system/cdcacm/Makefile index fa6da5351..ee5a894ee 100644 --- a/system/cdcacm/Makefile +++ b/system/cdcacm/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # USB CDC/ACM serial mass storage add-on diff --git a/system/cfgdata/Makefile b/system/cfgdata/Makefile index 367d7c67e..37ab3d80f 100644 --- a/system/cfgdata/Makefile +++ b/system/cfgdata/Makefile @@ -38,7 +38,7 @@ # TODO, this makefile should run make under the app dirs, instead of # sourcing the Make.defs! --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # config Application diff --git a/system/cle/Makefile b/system/cle/Makefile index 65457edee..6558e26e1 100644 --- a/system/cle/Makefile +++ b/system/cle/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # EMACS-like Command Line Editor (CLE) CSRCS = cle.c diff --git a/system/composite/Makefile b/system/composite/Makefile index 2ffd7238e..d622cf719 100644 --- a/system/composite/Makefile +++ b/system/composite/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # USB device mass storage add-on diff --git a/system/critmon/Makefile b/system/critmon/Makefile index 702b51bd4..f6eac2670 100644 --- a/system/critmon/Makefile +++ b/system/critmon/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Stack Monitor Application diff --git a/system/cu/Makefile b/system/cu/Makefile index 89dbe857e..6a88cfee5 100644 --- a/system/cu/Makefile +++ b/system/cu/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs MAINSRC = cu_main.c diff --git a/system/dhcpc/Makefile b/system/dhcpc/Makefile index af21faa58..6281f63ef 100644 --- a/system/dhcpc/Makefile +++ b/system/dhcpc/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # DHCPC address renewal built-in application info diff --git a/system/embedlog/Makefile b/system/embedlog/Makefile index 49c197ae3..b2aae520a 100644 --- a/system/embedlog/Makefile +++ b/system/embedlog/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs WGET = wget CP = cp -R diff --git a/system/flash_eraseall/Makefile b/system/flash_eraseall/Makefile index 7a16758c7..3d969b163 100644 --- a/system/flash_eraseall/Makefile +++ b/system/flash_eraseall/Makefile @@ -35,7 +35,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # flash_eraseall Application diff --git a/system/hex2bin/Makefile b/system/hex2bin/Makefile index b43be778b..05a91bb2c 100644 --- a/system/hex2bin/Makefile +++ b/system/hex2bin/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Hex2bin utility diff --git a/system/hexed/Makefile b/system/hexed/Makefile index 2df0f7da1..539fb7d82 100644 --- a/system/hexed/Makefile +++ b/system/hexed/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # hexed Application diff --git a/system/i2c/Makefile b/system/i2c/Makefile index 66b0444b2..34cf4b092 100644 --- a/system/i2c/Makefile +++ b/system/i2c/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # I2C tool CSRCS = i2c_bus.c i2c_common.c i2c_dev.c i2c_get.c i2c_set.c i2c_verf.c diff --git a/system/lm75/Makefile b/system/lm75/Makefile index 4e3761fa3..14138f28e 100644 --- a/system/lm75/Makefile +++ b/system/lm75/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # LM-75 Temperature Sensor Application diff --git a/system/lzf/Makefile b/system/lzf/Makefile index f40a6cfb1..296a4596c 100644 --- a/system/lzf/Makefile +++ b/system/lzf/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # LZF built-in application info diff --git a/system/mdio/Makefile b/system/mdio/Makefile index 1079d480a..b4954a46f 100644 --- a/system/mdio/Makefile +++ b/system/mdio/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # MDIO tool built-in application info diff --git a/system/netdb/Makefile b/system/netdb/Makefile index 3d8ebc457..8507a798e 100644 --- a/system/netdb/Makefile +++ b/system/netdb/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # netdb Application diff --git a/system/nsh/Makefile b/system/nsh/Makefile index 166ca6a81..3279b3c2a 100644 --- a/system/nsh/Makefile +++ b/system/nsh/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NuttShell (NSH) Example diff --git a/system/ntpc/Makefile b/system/ntpc/Makefile index 354ad12a6..c64123afa 100644 --- a/system/ntpc/Makefile +++ b/system/ntpc/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NTPC address renewal built-in application info diff --git a/system/nxplayer/Makefile b/system/nxplayer/Makefile index db6e7046f..1e4f7538d 100644 --- a/system/nxplayer/Makefile +++ b/system/nxplayer/Makefile @@ -35,7 +35,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NxPlayer Library diff --git a/system/nxrecorder/Makefile b/system/nxrecorder/Makefile index 8aae5a7b9..5988e664c 100644 --- a/system/nxrecorder/Makefile +++ b/system/nxrecorder/Makefile @@ -32,7 +32,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NxRecorder Library diff --git a/system/ping/Makefile b/system/ping/Makefile index a4b1b5be5..3009b734a 100644 --- a/system/ping/Makefile +++ b/system/ping/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # ICMP ping command diff --git a/system/ping6/Makefile b/system/ping6/Makefile index b6df21799..448b56dd8 100644 --- a/system/ping6/Makefile +++ b/system/ping6/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # ICMP ping6 command diff --git a/system/popen/Makefile b/system/popen/Makefile index 6812a546f..4b185d674 100644 --- a/system/popen/Makefile +++ b/system/popen/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # popen()/pclose functions diff --git a/system/psmq/Makefile b/system/psmq/Makefile index 1fb9a8d3e..280443981 100644 --- a/system/psmq/Makefile +++ b/system/psmq/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs WGET = wget CP = cp -R diff --git a/system/ramtest/Makefile b/system/ramtest/Makefile index 8ac7e8f8b..002d6b298 100644 --- a/system/ramtest/Makefile +++ b/system/ramtest/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # RAM test diff --git a/system/readline/Makefile b/system/readline/Makefile index 053539433..824b4aa96 100644 --- a/system/readline/Makefile +++ b/system/readline/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # The Readline Library diff --git a/system/sched_note/Makefile b/system/sched_note/Makefile index d28027db6..680f24ddc 100644 --- a/system/sched_note/Makefile +++ b/system/sched_note/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # LED driver test built-in application info diff --git a/system/setlogmask/Makefile b/system/setlogmask/Makefile index 34e34de3b..f8eba32b0 100644 --- a/system/setlogmask/Makefile +++ b/system/setlogmask/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # setlogmask command diff --git a/system/spi/Makefile b/system/spi/Makefile index cfb7d7e75..c352e8003 100644 --- a/system/spi/Makefile +++ b/system/spi/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # SPI tool diff --git a/system/stackmonitor/Makefile b/system/stackmonitor/Makefile index ad93df93f..599aeb1c4 100644 --- a/system/stackmonitor/Makefile +++ b/system/stackmonitor/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Stack Monitor Application diff --git a/system/system/Makefile b/system/system/Makefile index fda17e69b..53e01855c 100644 --- a/system/system/Makefile +++ b/system/system/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # system command diff --git a/system/taskset/Makefile b/system/taskset/Makefile index 65e4d500d..94d5ff07c 100644 --- a/system/taskset/Makefile +++ b/system/taskset/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # taskset command diff --git a/system/tee/Makefile b/system/tee/Makefile index 68baead2e..d03099d40 100644 --- a/system/tee/Makefile +++ b/system/tee/Makefile @@ -35,7 +35,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # tee command diff --git a/system/telnet/Makefile b/system/telnet/Makefile index da1d561eb..57398faa0 100644 --- a/system/telnet/Makefile +++ b/system/telnet/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs ifneq ($(CONFIG_SYSTEM_TELNET_CHATD),) diff --git a/system/termcurses/Makefile b/system/termcurses/Makefile index 664867ebb..ed2d61cb6 100644 --- a/system/termcurses/Makefile +++ b/system/termcurses/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Termcurses terminal emulation library diff --git a/system/ubloxmodem/Makefile b/system/ubloxmodem/Makefile index 4d3c5b29e..1ae77d6d6 100644 --- a/system/ubloxmodem/Makefile +++ b/system/ubloxmodem/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # u-blox modem tool diff --git a/system/usbmsc/Makefile b/system/usbmsc/Makefile index d3aa23ded..e24966e88 100644 --- a/system/usbmsc/Makefile +++ b/system/usbmsc/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs PROGNAME = msconn msdis PRIORITY = $(CONFIG_SYSTEM_USBMSC_CMD_PRIORITY) diff --git a/system/vi/Makefile b/system/vi/Makefile index f8cfb75c9..d9d036a32 100644 --- a/system/vi/Makefile +++ b/system/vi/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # VI-Workalike Editor diff --git a/system/zmodem/Makefile b/system/zmodem/Makefile index 214d8c136..88abdd90f 100644 --- a/system/zmodem/Makefile +++ b/system/zmodem/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs PROGNAME = sz rz PRIORITY = $(CONFIG_SYSTEM_ZMODEM_PRIORITY) diff --git a/system/zmodem/Makefile.host b/system/zmodem/Makefile.host index 3565ac762..c2474eddf 100644 --- a/system/zmodem/Makefile.host +++ b/system/zmodem/Makefile.host @@ -49,7 +49,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs include $(APPDIR)/Make.defs NUTTXINC = $(TOPDIR)/include diff --git a/testing/cxxtest/Makefile b/testing/cxxtest/Makefile index 2f1f25140..a4ebf64e0 100644 --- a/testing/cxxtest/Makefile +++ b/testing/cxxtest/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # CXX test program diff --git a/testing/fstest/Makefile b/testing/fstest/Makefile index a7153e4fc..cd805e93d 100644 --- a/testing/fstest/Makefile +++ b/testing/fstest/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Generic file system stress test application info diff --git a/testing/getprime/Makefile b/testing/getprime/Makefile index 5af27009e..0d0a51979 100644 --- a/testing/getprime/Makefile +++ b/testing/getprime/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # getprime built-in application info diff --git a/testing/mm/Makefile b/testing/mm/Makefile index 6c5640f8e..c416bea57 100644 --- a/testing/mm/Makefile +++ b/testing/mm/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Memory Management Test diff --git a/testing/nxffs/Makefile b/testing/nxffs/Makefile index 7bcd699a8..72ecbed23 100644 --- a/testing/nxffs/Makefile +++ b/testing/nxffs/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # NXFFS file system example diff --git a/testing/ostest/Makefile b/testing/ostest/Makefile index a8d2953e1..8fc13492e 100644 --- a/testing/ostest/Makefile +++ b/testing/ostest/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # ostest built-in application info diff --git a/testing/scanftest/Makefile b/testing/scanftest/Makefile index dea2953fa..744e5f9f0 100644 --- a/testing/scanftest/Makefile +++ b/testing/scanftest/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # scanf() test built-in application info diff --git a/testing/smart/Makefile b/testing/smart/Makefile index f090ae9b8..0bb69287b 100644 --- a/testing/smart/Makefile +++ b/testing/smart/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # SMART file system stress test diff --git a/testing/smart_test/Makefile b/testing/smart_test/Makefile index 3817f30a5..f13fd2146 100644 --- a/testing/smart_test/Makefile +++ b/testing/smart_test/Makefile @@ -34,7 +34,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # SMART filesystem test tool diff --git a/testing/smp/Makefile b/testing/smp/Makefile index fdb873e82..58232c347 100644 --- a/testing/smp/Makefile +++ b/testing/smp/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # SMP built-in application info diff --git a/testing/unity/Makefile b/testing/unity/Makefile index a8bc9366a..2bd0d2d10 100644 --- a/testing/unity/Makefile +++ b/testing/unity/Makefile @@ -35,7 +35,7 @@ # Standard includes --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Set up build configuration and environment diff --git a/wireless/bluetooth/btsak/Makefile b/wireless/bluetooth/btsak/Makefile index c0f70056d..302685b6d 100644 --- a/wireless/bluetooth/btsak/Makefile +++ b/wireless/bluetooth/btsak/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # Bluetooth SAK (swiss army knife ) diff --git a/wireless/gs2200m/Makefile b/wireless/gs2200m/Makefile index 62989afc8..07b515e88 100644 --- a/wireless/gs2200m/Makefile +++ b/wireless/gs2200m/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # gs2200m command diff --git a/wireless/ieee802154/i8sak/Makefile b/wireless/ieee802154/i8sak/Makefile index 37799ca9e..e8a9e5d17 100644 --- a/wireless/ieee802154/i8sak/Makefile +++ b/wireless/ieee802154/i8sak/Makefile @@ -34,7 +34,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # IEEE 802.15.4 SAK (swiss army knife ) diff --git a/wireless/ieee802154/i8shark/Makefile b/wireless/ieee802154/i8shark/Makefile index 9df95ba6c..8e6036b55 100644 --- a/wireless/ieee802154/i8shark/Makefile +++ b/wireless/ieee802154/i8shark/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs MAINSRC = i8shark_main.c diff --git a/wireless/ieee802154/libmac/Makefile b/wireless/ieee802154/libmac/Makefile index 845cdf7c2..63c6e1c2d 100644 --- a/wireless/ieee802154/libmac/Makefile +++ b/wireless/ieee802154/libmac/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # libmac source files diff --git a/wireless/ieee802154/libutils/Makefile b/wireless/ieee802154/libutils/Makefile index ab59574c0..3ac7baff0 100644 --- a/wireless/ieee802154/libutils/Makefile +++ b/wireless/ieee802154/libutils/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # libutils source files CSRCS += ieee802154_addrtostr.c diff --git a/wireless/iwpan/Makefile b/wireless/iwpan/Makefile index f2a1ba408..e25c2111c 100644 --- a/wireless/iwpan/Makefile +++ b/wireless/iwpan/Makefile @@ -34,7 +34,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # IEEE802.11 Wapi Application diff --git a/wireless/wapi/Makefile b/wireless/wapi/Makefile index d6bbf80b5..cc2210e95 100644 --- a/wireless/wapi/Makefile +++ b/wireless/wapi/Makefile @@ -33,7 +33,7 @@ # ############################################################################ --include $(TOPDIR)/Make.defs +include $(TOPDIR)/Make.defs # IEEE802.11 Wapi Application