mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
9 lines
237 B
Makefile
9 lines
237 B
Makefile
MODULE = esp_idf_wpa_supplicant_port
|
|
|
|
# source file list to be compiled as configured in component.mk
|
|
ESP32_SDK_SRC = \
|
|
components/wpa_supplicant/port/os_xtensa.c \
|
|
#
|
|
|
|
include $(ESP_IDF_WPA_SUPPLICANT_PATH)/esp_idf_wpa_supplicant.mk
|