1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
RIOT/cpu/cc2538/radio/Makefile
2020-09-04 15:25:36 +02:00

16 lines
263 B
Makefile

MODULE = cc2538_rf
SRC = \
cc2538_rf.c \
cc2538_rf_getset.c \
cc2538_rf_internal.c \
#
ifneq (,$(filter ieee802154_radio_hal,$(USEMODULE)))
SRC += cc2538_rf_radio_ops.c
else
SRC += cc2538_rf_netdev.c
endif
include $(RIOTBASE)/Makefile.base