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