mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 12:15:32 +08:00
add ls2k lwext4 pkgs support
This commit is contained in:
@@ -9,6 +9,6 @@ if GetDepend('RT_USING_DFS_ELMFAT') == False:
|
||||
SrcRemove(src, 'dwc_ahsata.c')
|
||||
SrcRemove(src, 'libata.c')
|
||||
|
||||
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH)
|
||||
group = DefineGroup('Drivers', src, depend = ['PKG_USING_LWEXT4'], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user