Add wireless/ieee802154 to the build

This commit is contained in:
Gregory Nutt
2016-02-26 17:27:58 -06:00
parent 6d1b4c051e
commit 1ecb092e51
7 changed files with 75 additions and 3 deletions
+7
View File
@@ -40,11 +40,18 @@ ifeq ($(WINTOOL),y)
INCDIROPT = -w
endif
# Add files to the build
DEPPATH = --dep-path .
ASRCS =
CSRCS =
VPATH = .
# Add IEEE 802.15.4 files to the build
include ieee802154$(DELIM)Make.defs
# Include support for various drivers. Each Make.defs file will add its
# files to the source file list, add its DEPPATH info, and will add
# the appropriate paths to the VPATH variable