esp-open-rtos/examples/http_get_bearssl/Makefile

7 lines
146 B
Makefile
Raw Normal View History

PROGRAM=http_get_bearssl
EXTRA_COMPONENTS = extras/bearssl
EXTRA_CFLAGS +=-DCONFIG_EPOCH_TIME=$(shell date --utc '+%s')
include ../../common.mk