1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/nrf52/radio/nrf802154/Makefile
2020-09-10 17:01:14 +02:00

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