Build system: Reference tools/define.sh through DEFINE macro

This commit is contained in:
Xiang Xiao 2018-05-13 17:56:53 +08:00 committed by Gregory Nutt
parent 724a34bd3b
commit 1d6fcfac13
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ else
NUTTXLIB = "$(TOPDIR)$(DELIM)staging"
endif
KDEFINE = ${shell $(TOPDIR)/tools/define.sh "$(CC)" __KERNEL__}
KDEFINE = ${shell $(DEFINE) "$(CC)" __KERNEL__}
CMODULEFLAGS += $(KDEFINE)
LDLIBPATH =

View File

@ -45,7 +45,7 @@ else
NUTTXLIB = "$(TOPDIR)$(DELIM)staging"
endif
KDEFINE = ${shell $(TOPDIR)/tools/define.sh "$(CC)" __KERNEL__}
KDEFINE = ${shell $(DEFINE) "$(CC)" __KERNEL__}
CMODULEFLAGS += $(KDEFINE)
LDLIBPATH =

View File

@ -45,7 +45,7 @@ else
NUTTXLIB = "$(TOPDIR)$(DELIM)staging"
endif
KDEFINE = ${shell $(TOPDIR)/tools/define.sh "$(CC)" __KERNEL__}
KDEFINE = ${shell $(DEFINE) "$(CC)" __KERNEL__}
CMODULEFLAGS += $(KDEFINE)
LDLIBPATH =