build: Don't need use $(DELIM) in include statement

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-05-21 01:11:16 +08:00
committed by patacongo
parent 2e9a1b0962
commit edb0ce2d5a
38 changed files with 89 additions and 89 deletions
+2 -2
View File
@@ -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