mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-24 05:04:10 +08:00
[building] rename the group name: LIBADT to Utilities. (#10267)
* [building] rename the group name: LIBADT to Utilities.
This commit is contained in:
@@ -5,6 +5,6 @@ src = []
|
||||
if GetDepend("RT_USING_SMP"):
|
||||
src += Glob('*.c')
|
||||
CPPPATH = [cwd]
|
||||
group = DefineGroup('smp', src, depend = [''], CPPPATH = CPPPATH)
|
||||
group = DefineGroup('DeviceDrivers', src, depend = [''], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user