Blame view

RIOT/sys/random/Makefile 143 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
  BASE_MODULE := prng
  SUBMODULES := 1
  
  ifneq (,$(filter prng_tinymt32,$(USEMODULE)))
    DIRS += tinymt32
  endif
  
  include $(RIOTBASE)/Makefile.base