mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
ULINK driver: Add '-lm' linker flag when building this driver (required for correct calculation of JTAG TCK speed setting)
Signed-off-by: Martin Schmölzer <martin.schmoelzer@student.tuwien.ac.at>
This commit is contained in:
committed by
Øyvind Harboe
parent
c331c9382f
commit
1d135dddf2
@@ -30,6 +30,10 @@ else
|
||||
openocd_LDADD += -ljim
|
||||
endif
|
||||
|
||||
if ULINK
|
||||
openocd_LDADD += -lm
|
||||
endif
|
||||
|
||||
libopenocd_la_SOURCES = \
|
||||
hello.c \
|
||||
openocd.c \
|
||||
|
||||
Reference in New Issue
Block a user