mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
149 B
Makefile
10 lines
149 B
Makefile
MODULE = nrfmin
|
|
|
|
SRC = nrfmin.c
|
|
|
|
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
|
SRC += nrfmin_gnrc.c
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.base
|