Make.defs: Use complete include path
This commit is contained in:
parent
eb8678cfeb
commit
f28eca9dbc
@ -34,4 +34,4 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(wildcard canutils/*/Make.defs)
|
include $(wildcard $(APPDIR)/canutils/*/Make.defs)
|
||||||
|
@ -34,4 +34,4 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(wildcard examples/*/Make.defs)
|
include $(wildcard $(APPDIR)/examples/*/Make.defs)
|
||||||
|
@ -34,4 +34,4 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(wildcard fsutils/*/Make.defs)
|
include $(wildcard $(APPDIR)/fsutils/*/Make.defs)
|
||||||
|
@ -34,4 +34,4 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(wildcard gpsutils/*/Make.defs)
|
include $(wildcard $(APPDIR)/gpsutils/*/Make.defs)
|
||||||
|
@ -34,4 +34,4 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(wildcard graphics/*/Make.defs)
|
include $(wildcard $(APPDIR)/graphics/*/Make.defs)
|
||||||
|
@ -34,4 +34,4 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(wildcard graphics/nxwidget/UnitTests/*/Make.defs)
|
include $(wildcard $(APPDIR)/graphics/nxwidget/UnitTests/*/Make.defs)
|
||||||
|
@ -34,4 +34,4 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(wildcard industry/*/Make.defs)
|
include $(wildcard $(APPDIR)/industry/*/Make.defs)
|
||||||
|
@ -34,4 +34,4 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(wildcard interpreters/*/Make.defs)
|
include $(wildcard $(APPDIR)/interpreters/*/Make.defs)
|
||||||
|
@ -34,4 +34,4 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(wildcard netutils/*/Make.defs)
|
include $(wildcard $(APPDIR)/netutils/*/Make.defs)
|
||||||
|
@ -34,4 +34,4 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(wildcard system/*/Make.defs)
|
include $(wildcard $(APPDIR)/system/*/Make.defs)
|
||||||
|
@ -34,4 +34,4 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(wildcard testing/*/Make.defs)
|
include $(wildcard $(APPDIR)/testing/*/Make.defs)
|
||||||
|
@ -34,4 +34,4 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(wildcard wireless/*/Make.defs)
|
include $(wildcard $(APPDIR)/wireless/*/Make.defs)
|
||||||
|
@ -34,4 +34,4 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(wildcard wireless/bluetooth/*/Make.defs)
|
include $(wildcard $(APPDIR)/wireless/bluetooth/*/Make.defs)
|
||||||
|
@ -34,4 +34,4 @@
|
|||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
||||||
include $(wildcard wireless/ieee802154/*/Make.defs)
|
include $(wildcard $(APPDIR)/wireless/ieee802154/*/Make.defs)
|
||||||
|
Loading…
Reference in New Issue
Block a user