1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

hyplnk-lld: Correct reference to k2l library

- Hyperlink module is not present in k2l device.

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Sam Nelson
2015-06-29 22:56:23 +00:00
committed by Denys Dmytriyenko
parent eadcdb3b89
commit 416c472d48

View File

@@ -28,10 +28,6 @@ case "$compatible" in
device=k2hk
ln -sf libhyplnk_k2h.so.1.0.0 libhyplnk_device.so.1
;;
*k2l*)
device=k2l
ln -sf libhyplnk_k2l.so.1.0.0 libhyplnk_device.so.1
;;
*k2e*)
device=k2e
ln -sf libhyplnk_k2e.so.1.0.0 libhyplnk_device.so.1