
8 changed files with 29 additions and 22 deletions
@ -1,3 +0,0 @@
|
||||
MODULE = nrfmin
|
||||
|
||||
include $(RIOTBASE)/Makefile.base |
@ -1,3 +1,8 @@
|
||||
DIRS = periph
|
||||
|
||||
# build one of the radio drivers, if enabled
|
||||
ifneq (,$(filter nrfmin,$(USEMODULE))) |
||||
DIRS += radio/nrfmin
|
||||
endif |
||||
|
||||
include $(RIOTBASE)/Makefile.base |
||||
|
@ -0,0 +1,9 @@
|
||||
MODULE = nrfmin
|
||||
|
||||
SRC = nrfmin.c
|
||||
|
||||
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE))) |
||||
SRC += nrfmin_gnrc.c
|
||||
endif |
||||
|
||||
include $(RIOTBASE)/Makefile.base |
Loading…
Reference in new issue