esp-open-rtos/extras/sntp/component.mk

14 lines
338 B
Makefile
Raw Normal View History

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)
# 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))