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
+3 -3
View File
@@ -45,9 +45,9 @@ VPATH = .
# Add IEEE 802.15.4 files to the build
include bluetooth$(DELIM)Make.defs
include ieee802154$(DELIM)Make.defs
include pktradio$(DELIM)Make.defs
include bluetooth/Make.defs
include ieee802154/Make.defs
include pktradio/Make.defs
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))