From e937815d6ea8f3639057e1afcbee0d77de911689 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 2 Jan 2020 09:52:30 +0100 Subject: [PATCH] test/libfixmath: remove use of export for LINKFLAGS --- tests/pkg_libfixmath_unittests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pkg_libfixmath_unittests/Makefile b/tests/pkg_libfixmath_unittests/Makefile index 67c993d7c7..0472e5e238 100644 --- a/tests/pkg_libfixmath_unittests/Makefile +++ b/tests/pkg_libfixmath_unittests/Makefile @@ -3,7 +3,7 @@ include ../Makefile.tests_common USEMODULE += libfixmath-unittests ifneq (,$(filter native,$(BOARD))) - export LINKFLAGS += -lm + LINKFLAGS += -lm endif USEMODULE += printf_float