mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-18 01:58:56 +00:00
v1.0.3
This commit is contained in:
@@ -25,6 +25,8 @@ if GetDepend(['RT_WLAN_CFG_ENABLE']):
|
||||
if GetDepend(['RT_WLAN_WORK_THREAD_ENABLE']):
|
||||
src += ['wlan_workqueue.c']
|
||||
|
||||
group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_WIFI'], CPPPATH = CPPPATH)
|
||||
mycflags = (' -w')
|
||||
group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_WIFI'], CPPPATH
|
||||
= CPPPATH, LOCAL_CFLAGS = mycflags)
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user