mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cc9c58aae3
`gnrc_netdev_default` is a pseudomodule, what this driver really wants is gnrc_netif.
10 lines
140 B
Makefile
10 lines
140 B
Makefile
MODULE = nrfmin
|
|
|
|
SRC = nrfmin.c
|
|
|
|
ifneq (,$(filter gnrc_netif,$(USEMODULE)))
|
|
SRC += nrfmin_gnrc.c
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.base
|