From dd68fb7273f2daae0d59f276c5c49c026f22f36b Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Tue, 12 Jan 2021 22:00:43 +0100 Subject: [PATCH] tests/gnrc_sock_{ip,udp}: fix copy paste error --- tests/gnrc_sock_ip/Makefile | 2 +- tests/gnrc_sock_udp/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gnrc_sock_ip/Makefile b/tests/gnrc_sock_ip/Makefile index 20888afa0d..737b60e7fb 100644 --- a/tests/gnrc_sock_ip/Makefile +++ b/tests/gnrc_sock_ip/Makefile @@ -7,7 +7,7 @@ ifeq (1, $(AUX_LOCAL)) USEMODULE += sock_aux_local endif -ifeq (1, $(AUX_LOCAL)) +ifeq (1, $(AUX_TIMESTAMP)) USEMODULE += sock_aux_timestamp endif diff --git a/tests/gnrc_sock_udp/Makefile b/tests/gnrc_sock_udp/Makefile index ac0652b55a..749135a2b4 100644 --- a/tests/gnrc_sock_udp/Makefile +++ b/tests/gnrc_sock_udp/Makefile @@ -7,7 +7,7 @@ ifeq (1, $(AUX_LOCAL)) USEMODULE += sock_aux_local endif -ifeq (1, $(AUX_LOCAL)) +ifeq (1, $(AUX_TIMESTAMP)) USEMODULE += sock_aux_timestamp endif