drivers/addrenv.c: Move up_addrenv_ implemenation to common folder.

This commit is contained in:
Xiang Xiao
2019-11-03 19:45:05 -06:00
committed by Gregory Nutt
parent c397692532
commit 0c50499027
4 changed files with 181 additions and 0 deletions

View File

@@ -88,6 +88,10 @@ ifeq ($(CONFIG_SPECIFIC_DRIVERS),y)
include platform$(DELIM)Make.defs
endif
ifeq ($(CONFIG_DEV_SIMPLE_ADDRENV),y)
CSRCS += addrenv.c
endif
CSRCS += dev_null.c dev_zero.c
ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y)