2018-10-08 12:20:49 +02: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