mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-20 17:44:20 +08:00
add group setting on freemodbus, rtgui; fix finsh shell cmd data conversion issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@645 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -17,6 +17,9 @@ if rtconfig.RT_USING_DFS:
|
||||
if rtconfig.RT_USING_LWIP:
|
||||
objs = objs + SConscript('net/lwip/SConscript')
|
||||
|
||||
if rtconfig.RT_USING_MODBUS:
|
||||
objs = objs + SConscript('net//freemodbus/SConscript')
|
||||
|
||||
if rtconfig.RT_USING_RTGUI:
|
||||
objs = objs + SConscript('rtgui/SConscript')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user