OVMS3-idf/components/ethernet/component.mk

10 lines
133 B
Makefile
Raw Normal View History

#
# Component Makefile
#
ifdef CONFIG_IDF_TARGET_ESP32
COMPONENT_SRCDIRS := . eth_phy
else
COMPONENT_CONFIG_ONLY := 1
endif