2016-03-09 16:18:51 +00:00
|
|
|
# Component makefile for extras/sntp
|
|
|
|
|
|
|
|
INC_DIRS += $(sntp_ROOT)
|
|
|
|
|
|
|
|
# args for passing into compile rule generation
|
|
|
|
sntp_SRC_DIR = $(sntp_ROOT)
|
|
|
|
|
2018-02-09 08:02:01 +00:00
|
|
|
# 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
|
|
|
|
|
2016-03-09 16:18:51 +00:00
|
|
|
$(eval $(call component_compile_rules,sntp))
|