mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
208 B
Makefile
10 lines
208 B
Makefile
ifneq (,$(filter entropy_source_zero_entropy,$(USEMODULE)))
|
|
DIRS += zero_entropy
|
|
endif
|
|
|
|
ifneq (,$(filter entropy_source_adc_noise,$(USEMODULE)))
|
|
DIRS += adc_noise
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.base
|