1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-20 03:53:49 +01:00

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