Blame view

RIOT/cpu/nrf5x_common/radio/nrfmin/Makefile 149 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
  MODULE = nrfmin
  
  SRC = nrfmin.c
  
  ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
    SRC += nrfmin_gnrc.c
  endif
  
  include $(RIOTBASE)/Makefile.base