Kaynağa Gözat

Modify x1000 dir name and lib name

MurphyZhao 8 yıl önce
ebeveyn
işleme
8af85493a4

+ 3 - 3
SConscript

@@ -13,12 +13,12 @@ if GetDepend('SOC_FH8620'):
     LIBPATH = [cwd + '/fh8620']
     
 elif GetDepend('BOARD_X1000_REALBOARD'):
-    LIBPATH = [cwd + '/x1000_realboard']
+    LIBPATH = [cwd + '/x1000']
 
     if GetDepend('RT_USING_HARD_FLOAT'):
-        LIBS = ['wlan-wiced_gcc_x1000_realboard_fpu.a']        
+        LIBS = ['wlan-wiced_gcc_x1000_fpu.a']        
     else:
-        LIBS = ['wlan-wiced_gcc_x1000_realboard.a']
+        LIBS = ['wlan-wiced_gcc_x1000.a']
 
 group = DefineGroup('wlan-wiced', src, depend = ['PKG_USING_WLAN_WICED', 'RT_USING_LWIP'], CPPPATH = CPPPATH, LIBS = LIBS, LIBPATH = LIBPATH)
 

+ 0 - 0
x1000_realboard/libwlan-wiced_gcc_x1000_realboard.a → x1000/libwlan-wiced_gcc_x1000.a


+ 0 - 0
x1000_realboard/libwlan-wiced_gcc_x1000_realboard_fpu.a → x1000/libwlan-wiced_gcc_x1000_fpu.a