Improve extras/sntp -- Issue #562 (#563)

This commit is contained in:
Jeff Kletsky 2018-02-09 00:02:01 -08:00 committed by Ruslan V. Uss
parent c31d392f9a
commit 6b43a1caa1
2 changed files with 71 additions and 13 deletions

View file

@ -5,4 +5,9 @@ INC_DIRS += $(sntp_ROOT)
# args for passing into compile rule generation
sntp_SRC_DIR = $(sntp_ROOT)
# For SNTP logging, either supply own SNTP_LOGD
# or define SNTP_LOGD_WITH_PRINTF (see sntp_fun.c)
# sntp_CFLAGS = $(CFLAGS) -DSNTP_LOGD_WITH_PRINTF
$(eval $(call component_compile_rules,sntp))