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:
+3
-3
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user