mirror of
https://github.com/m5stack/esp-adf.git
synced 2026-05-20 10:25:46 -07:00
6 lines
229 B
Makefile
6 lines
229 B
Makefile
ADF_VER := $(shell cd ${ADF_PATH} && git describe --always --tags --dirty)
|
|
IDF_PATH := $(ADF_PATH)/esp-idf
|
|
EXTRA_COMPONENT_DIRS += $(ADF_PATH)/components/
|
|
CPPFLAGS := -D ADF_VER=\"$(ADF_VER)\"
|
|
include $(IDF_PATH)/make/project.mk
|