mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
build: Don't need use $(DELIM) in include statement
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
|
||||
include $(TOPDIR)/Make.defs
|
||||
|
||||
include board$(DELIM)Make.defs
|
||||
include src$(DELIM)Make.defs
|
||||
include board/Make.defs
|
||||
include src/Make.defs
|
||||
|
||||
DEPPATH += --dep-path board
|
||||
DEPPATH += --dep-path src
|
||||
|
||||
Reference in New Issue
Block a user