r4689 - developers/werner/dbgrst

werner at docs.openmoko.org werner at docs.openmoko.org
Thu Oct 2 15:16:15 CEST 2008


Author: werner
Date: 2008-10-02 15:16:14 +0200 (Thu, 02 Oct 2008)
New Revision: 4689

Modified:
   developers/werner/dbgrst/Makefile
Log:
Add -lusb because libftdi needs it.



Modified: developers/werner/dbgrst/Makefile
===================================================================
--- developers/werner/dbgrst/Makefile	2008-10-02 13:14:30 UTC (rev 4688)
+++ developers/werner/dbgrst/Makefile	2008-10-02 13:16:14 UTC (rev 4689)
@@ -1,5 +1,5 @@
 CFLAGS=-Wall -I/usr/local/include
-LDFLAGS=-L/usr/local/lib -lftdi
+LDFLAGS=-L/usr/local/lib -lftdi -lusb
 
 PREFIX=/usr
 




More information about the commitlog mailing list