2023-05-12 11:31:32 +02:00
|
|
|
include ../Makefile.net_common
|
2019-11-04 16:35:48 +01:00
|
|
|
|
|
|
|
USEMODULE += embunit
|
|
|
|
USEMODULE += gnrc_ipv6_nib_6ln
|
|
|
|
USEMODULE += gnrc_sixlowpan_iphc
|
|
|
|
USEMODULE += gnrc_sixlowpan_frag
|
|
|
|
USEMODULE += gnrc_sixlowpan_frag_vrb
|
|
|
|
USEMODULE += netdev_ieee802154
|
|
|
|
USEMODULE += netdev_test
|
|
|
|
USEMODULE += od
|
|
|
|
|
|
|
|
# we don't need all this packet buffer space so reduce it a little
|
2020-05-12 19:34:05 +02:00
|
|
|
CFLAGS += -DTEST_SUITES
|
2020-10-16 10:37:52 +02:00
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
|
2020-05-12 19:34:05 +02:00
|
|
|
# Set GNRC_PKTBUF_SIZE via CFLAGS if not being set via Kconfig.
|
|
|
|
ifndef CONFIG_GNRC_PKTBUF_SIZE
|
|
|
|
CFLAGS += -DCONFIG_GNRC_PKTBUF_SIZE=2048
|
|
|
|
endif
|