mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-13 12:43:56 +08:00
[kernel][dm]适配新的设备驱动模型 (#8075)
This commit is contained in:
@@ -30,9 +30,6 @@ if GetDepend('RT_USING_SMP') == False:
|
||||
if GetDepend('RT_USING_SMP') == True:
|
||||
SrcRemove(src, ['scheduler_up.c'])
|
||||
|
||||
if GetDepend('RT_USING_DM') == False:
|
||||
SrcRemove(src, ['driver.c'])
|
||||
|
||||
group = DefineGroup('Kernel', src, depend = [''], CPPPATH = inc, CPPDEFINES = ['__RTTHREAD__'])
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user