[bsp] [sam7x]: fix SConscript spelling error.
This commit is contained in:
parent
0d1f75453b
commit
1ff8d7339b
|
@ -7,7 +7,7 @@ src = Glob('*.c')
|
|||
if GetDepend('RT_USING_LWIP') == False:
|
||||
SrcRemove(src, 'sam7x_emac.c')
|
||||
if GetDepend('RT_USING_DFS') == False:
|
||||
SrcRemove(src, 'ssd.c')
|
||||
SrcRemove(src, 'sd.c')
|
||||
|
||||
CPPPATH = [cwd]
|
||||
|
||||
|
|
Loading…
Reference in New Issue