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:
parent
521d9d23ee
commit
e937815d6e
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
||||
USEMODULE += libfixmath-unittests
|
||||
|
||||
ifneq (,$(filter native,$(BOARD)))
|
||||
export LINKFLAGS += -lm
|
||||
LINKFLAGS += -lm
|
||||
endif
|
||||
|
||||
USEMODULE += printf_float
|
||||
|
Loading…
Reference in New Issue
Block a user