Blame view

RIOT/boards/msba2/Makefile.include 174 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
  ifneq (,$(filter netdev_default gnrc_netdev_default,$(USEMODULE)))
    USEMODULE += cc110x
  endif
  
  USEMODULE += msba2-common
  
  include $(RIOTBOARD)/msba2-common/Makefile.include