1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/random/Makefile

9 lines
143 B
Makefile

BASE_MODULE := prng
SUBMODULES := 1
ifneq (,$(filter prng_tinymt32,$(USEMODULE)))
DIRS += tinymt32
endif
include $(RIOTBASE)/Makefile.base