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

gnrc_minimal: set GNRC_NETIF_SINGLE

This commit is contained in:
Jose Alamos 2020-03-17 15:21:06 +01:00
parent 44f7cb712c
commit 781a0a3931

View File

@ -28,6 +28,10 @@ CFLAGS += -DGNRC_PKTBUF_SIZE=512 -DCONFIG_GNRC_NETIF_IPV6_ADDRS_NUMOF=2 \
-DGNRC_NETIF_IPV6_GROUPS_NUMOF=2 -DGNRC_IPV6_NIB_NUMOF=1 \
-DGNRC_IPV6_NIB_OFFL_NUMOF=1 # be able to configure at least one route
# Enable single interface optimization. Set to 0 if more than one interface is
# present
CFLAGS += -DGNRC_NETIF_SINGLE=1
# Change this to 0 show compiler invocation lines by default:
QUIET ?= 1