r5394 - trunk/src/target/AR6kSDK.build_sw.18/host/tools/wmiconfig

stefan at docs.openmoko.org stefan at docs.openmoko.org
Thu Aug 6 11:57:30 CEST 2009


Author: stefan
Date: 2009-08-06 11:57:29 +0200 (Thu, 06 Aug 2009)
New Revision: 5394

Modified:
   trunk/src/target/AR6kSDK.build_sw.18/host/tools/wmiconfig/Makefile
Log:
wmiconfig: Honor LDFLAGS.

We need the LDFLAGS in OE. Allowing wmiconfig to build with them.


Modified: trunk/src/target/AR6kSDK.build_sw.18/host/tools/wmiconfig/Makefile
===================================================================
--- trunk/src/target/AR6kSDK.build_sw.18/host/tools/wmiconfig/Makefile	2009-08-06 06:54:41 UTC (rev 5393)
+++ trunk/src/target/AR6kSDK.build_sw.18/host/tools/wmiconfig/Makefile	2009-08-06 09:57:29 UTC (rev 5394)
@@ -1,4 +1,4 @@
 CC :=$(ATH_CROSS_COMPILE_TYPE)gcc
 
 all:
-	$(CC) -Wall -DUSER_KEYS -g -I../../include -I../../../include -I../../wlan/include -I../../os/linux/include wmiconfig.c -o wmiconfig
+	$(CC) -Wall -DUSER_KEYS -g $(LDFLAGS) -I../../include -I../../../include -I../../wlan/include -I../../os/linux/include wmiconfig.c -o wmiconfig




More information about the commitlog mailing list