Make.defs: Use complete include path

This commit is contained in:
chao.an 2020-02-19 13:37:25 +08:00 committed by Gregory Nutt
parent eb8678cfeb
commit f28eca9dbc
14 changed files with 14 additions and 14 deletions

View File

@ -34,4 +34,4 @@
#
############################################################################
include $(wildcard canutils/*/Make.defs)
include $(wildcard $(APPDIR)/canutils/*/Make.defs)

View File

@ -34,4 +34,4 @@
#
############################################################################
include $(wildcard examples/*/Make.defs)
include $(wildcard $(APPDIR)/examples/*/Make.defs)

View File

@ -34,4 +34,4 @@
#
############################################################################
include $(wildcard fsutils/*/Make.defs)
include $(wildcard $(APPDIR)/fsutils/*/Make.defs)

View File

@ -34,4 +34,4 @@
#
############################################################################
include $(wildcard gpsutils/*/Make.defs)
include $(wildcard $(APPDIR)/gpsutils/*/Make.defs)

View File

@ -34,4 +34,4 @@
#
############################################################################
include $(wildcard graphics/*/Make.defs)
include $(wildcard $(APPDIR)/graphics/*/Make.defs)

View File

@ -34,4 +34,4 @@
#
############################################################################
include $(wildcard graphics/nxwidget/UnitTests/*/Make.defs)
include $(wildcard $(APPDIR)/graphics/nxwidget/UnitTests/*/Make.defs)

View File

@ -34,4 +34,4 @@
#
############################################################################
include $(wildcard industry/*/Make.defs)
include $(wildcard $(APPDIR)/industry/*/Make.defs)

View File

@ -34,4 +34,4 @@
#
############################################################################
include $(wildcard interpreters/*/Make.defs)
include $(wildcard $(APPDIR)/interpreters/*/Make.defs)

View File

@ -34,4 +34,4 @@
#
############################################################################
include $(wildcard netutils/*/Make.defs)
include $(wildcard $(APPDIR)/netutils/*/Make.defs)

View File

@ -34,4 +34,4 @@
#
############################################################################
include $(wildcard system/*/Make.defs)
include $(wildcard $(APPDIR)/system/*/Make.defs)

View File

@ -34,4 +34,4 @@
#
############################################################################
include $(wildcard testing/*/Make.defs)
include $(wildcard $(APPDIR)/testing/*/Make.defs)

View File

@ -34,4 +34,4 @@
#
############################################################################
include $(wildcard wireless/*/Make.defs)
include $(wildcard $(APPDIR)/wireless/*/Make.defs)

View File

@ -34,4 +34,4 @@
#
############################################################################
include $(wildcard wireless/bluetooth/*/Make.defs)
include $(wildcard $(APPDIR)/wireless/bluetooth/*/Make.defs)

View File

@ -34,4 +34,4 @@
#
############################################################################
include $(wildcard wireless/ieee802154/*/Make.defs)
include $(wildcard $(APPDIR)/wireless/ieee802154/*/Make.defs)