9 lines
290 B
Makefile
9 lines
290 B
Makefile
|
# Automatically generated build file. Do not edit.
|
||
|
COMPONENT_INCLUDES += $(IDF_PATH)/components/mdns/include
|
||
|
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/mdns -lmdns
|
||
|
COMPONENT_LINKER_DEPS +=
|
||
|
COMPONENT_SUBMODULES +=
|
||
|
COMPONENT_LIBRARIES += mdns
|
||
|
COMPONENT_LDFRAGMENTS +=
|
||
|
component-mdns-build:
|