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

test/libfixmath: remove use of export for LINKFLAGS

This commit is contained in:
Alexandre Abadie 2020-01-02 09:52:30 +01:00
parent 521d9d23ee
commit e937815d6e
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -3,7 +3,7 @@ include ../Makefile.tests_common
USEMODULE += libfixmath-unittests
ifneq (,$(filter native,$(BOARD)))
export LINKFLAGS += -lm
LINKFLAGS += -lm
endif
USEMODULE += printf_float