mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
8 lines
284 B
Makefile
8 lines
284 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
|
|
ESP32_SDK_SRC += components/wpa_supplicant/port/eloop.c
|
|
|
|
include $(ESP_IDF_WPA_SUPPLICANT_PATH)/esp_idf_wpa_supplicant.mk
|