RT-Thread_v4.1.1
This commit is contained in:
14
components/fal/SConscript
Normal file
14
components/fal/SConscript
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
from building import *
|
||||
import rtconfig
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
src = Glob('src/*.c')
|
||||
CPPPATH = [cwd + '/inc']
|
||||
|
||||
if GetDepend(['FAL_USING_SFUD_PORT']):
|
||||
src += Glob('samples/porting/fal_flash_sfud_port.c')
|
||||
|
||||
group = DefineGroup('Fal', src, depend = ['RT_USING_FAL'], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
Reference in New Issue
Block a user