mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
5 lines
238 B
Makefile
5 lines
238 B
Makefile
ifeq (2, $(words $(filter ipv4 ipv6, $(USEMODULE))))
|
|
$(shell $(COLOR_ECHO) "$(COLOR_YELLOW)Due to limitations in the gcoap API it is currently not \
|
|
possible to use a dual stack setup$(COLOR_RESET)" 1>&2)
|
|
endif
|