mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
build: Don't need use $(DELIM) in include statement
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
+2
-2
@@ -35,8 +35,8 @@
|
||||
|
||||
include $(TOPDIR)/Make.defs
|
||||
|
||||
include proxies$(DELIM)Make.defs
|
||||
include stubs$(DELIM)Make.defs
|
||||
include proxies/Make.defs
|
||||
include stubs/Make.defs
|
||||
|
||||
MKSYSCALL = "$(TOPDIR)$(DELIM)tools$(DELIM)mksyscall$(HOSTEXEEXT)"
|
||||
CSVFILE = "$(TOPDIR)$(DELIM)syscall$(DELIM)syscall.csv"
|
||||
|
||||
Reference in New Issue
Block a user