1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/link_layer/ieee802154/Makefile

16 lines
241 B
Makefile
Raw Normal View History

MODULE = ieee802154
SRC = \
ieee802154.c \
#
2020-10-02 14:47:38 +02:00
ifneq (,$(filter ieee802154_security,$(USEMODULE)))
SRC += security.c
endif
ifneq (,$(filter ieee802154_submac,$(USEMODULE)))
SRC += submac.c
endif
include $(RIOTBASE)/Makefile.base