mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-28 19:07:44 +08:00
The return type of SConscript is a subclass of UserList. We should use extend to keep the depth of the list is always 1 when concatenate SConscript return values. Thanks prife for making me realize that this is really a problem. Reported-and-Tested-by: prife