Fix an error in the system/netdb Makefile

This commit is contained in:
Gregory Nutt 2015-07-08 16:25:39 -06:00
parent 05f608322e
commit b63f57b949

View File

@ -43,8 +43,11 @@ endif
# netdb Application
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 768
CONFIG_SYSTEM_NETDB_STACKSIZE ?= 2048
CONFIG_SYSTEM_NETDB_PRIORITY ?= 100
PRIORITY = $(CONFIG_SYSTEM_NETDB_PRIORITY)
STACKSIZE = $(CONFIG_SYSTEM_NETDB_STACKSIZE)
ASRCS =
CSRCS = netdb_main.c