Blame view

RIOT/boards/fox/Makefile.dep 224 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
  ifneq (,$(filter netdev_default gnrc_netdev_default,$(USEMODULE)))
    USEMODULE += at86rf231
  endif
  
  ifneq (,$(filter saul_default,$(USEMODULE)))
    USEMODULE += lps331ap
    USEMODULE += l3g4200d
    USEMODULE += lsm303dlhc
  endif