<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/simtrace2/+/15903">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">firmare/test/Makefile: Fix link order<br><br>Change-Id: I3ee8031f2823ad0817cb469526b1edfc0230b26b<br>---<br>M firmware/test/Makefile<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/03/15903/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/firmware/test/Makefile b/firmware/test/Makefile</span><br><span>index d4c543a..4341c92 100644</span><br><span>--- a/firmware/test/Makefile</span><br><span>+++ b/firmware/test/Makefile</span><br><span>@@ -11,12 +11,12 @@</span><br><span>        -I../libboard/common/include \</span><br><span>       -I../libboard/simtrace/include \</span><br><span>     -I.</span><br><span style="color: hsl(0, 100%, 40%);">-LDFLAGS=$(LIBOSMOCORE_LIBS)</span><br><span style="color: hsl(120, 100%, 40%);">+LIBS=$(LIBOSMOCORE_LIBS)</span><br><span> </span><br><span> VPATH=../src_simtrace ../libcommon/source</span><br><span> </span><br><span> card_emu_test: card_emu_tests.hobj card_emu.hobj usb_buf.hobj iso7816_fidi.hobj</span><br><span style="color: hsl(0, 100%, 40%);">-        $(CC) $(LDFLAGS) -o $@ $^</span><br><span style="color: hsl(120, 100%, 40%);">+     $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)</span><br><span> </span><br><span> %.hobj: %.c</span><br><span>         $(CC) $(CFLAGS) -o $@ -c $^</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/simtrace2/+/15903">change 15903</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/simtrace2/+/15903"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: simtrace2 </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I3ee8031f2823ad0817cb469526b1edfc0230b26b </div>
<div style="display:none"> Gerrit-Change-Number: 15903 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>