Skip to content
Snippets Groups Projects
Commit 1d135ddd authored by Martin Schmoelzer's avatar Martin Schmoelzer Committed by Øyvind Harboe
Browse files

ULINK driver: Add '-lm' linker flag when building this driver (required for...

ULINK driver: Add '-lm' linker flag when building this driver (required for correct calculation of JTAG TCK speed setting)

Signed-off-by: default avatarMartin Schmölzer <martin.schmoelzer@student.tuwien.ac.at>
parent c331c938
Branches
Tags
No related merge requests found
...@@ -30,6 +30,10 @@ else ...@@ -30,6 +30,10 @@ else
openocd_LDADD += -ljim openocd_LDADD += -ljim
endif endif
if ULINK
openocd_LDADD += -lm
endif
libopenocd_la_SOURCES = \ libopenocd_la_SOURCES = \
hello.c \ hello.c \
openocd.c \ openocd.c \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment