mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
212 B
Makefile
10 lines
212 B
Makefile
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
|