STM32F746G-DISCO: Getting closer to a build

This commit is contained in:
Gregory Nutt
2015-07-17 11:47:16 -06:00
parent b5016f3a7f
commit a314561474
10 changed files with 248 additions and 164 deletions
+1 -2
View File
@@ -42,8 +42,7 @@ CSRCS += lib_netdb.c lib_gethostbyname.c lib_gethostbynamer.c
# Add host file support
ifeq ($(CONFIG_NETDB_HOSTFILE),y)
CSRCS += lib_gethostbyaddr.c
CSRCS += lib_gethostbyaddrr.c lib_parsehostfile.c
CSRCS += lib_gethostbyaddr.c lib_gethostbyaddrr.c lib_parsehostfile.c
endif
# Add DNS lookup support