mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 18:32:45 +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
|