r4687 - trunk/src/host/norwp

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


Author: werner
Date: 2008-10-02 15:12:23 +0200 (Thu, 02 Oct 2008)
New Revision: 4687

Modified:
   trunk/src/host/norwp/Makefile
Log:
Added -lusb, which seems to be needed for some builds.



Modified: trunk/src/host/norwp/Makefile
===================================================================
--- trunk/src/host/norwp/Makefile	2008-10-01 13:44:28 UTC (rev 4686)
+++ trunk/src/host/norwp/Makefile	2008-10-02 13:12:23 UTC (rev 4687)
@@ -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