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

11 lines
160 B
Makefile

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