1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp8266/vendor/esp-idf/wpa_supplicant/Makefile

10 lines
212 B
Makefile
Raw Normal View History

ifneq (,$(filter esp_idf_wpa_supplicant_port ,$(USEMODULE)))
DIRS += port
endif
ifneq (,$(filter esp_idf_wpa_supplicant_crypto ,$(USEMODULE)))
DIRS += src/crypto
endif
include $(RIOTBASE)/Makefile.base