scons: include all relevant source files in src/boards
This commit is contained in:
parent
b8c1d1e29b
commit
bf4ba33801
|
@ -1,5 +1,5 @@
|
||||||
import glob
|
import glob
|
||||||
source_list = glob.glob('*.cpp')
|
source_list = glob.glob('*.cpp')+glob.glob('*.c')
|
||||||
|
|
||||||
for x in range(len(source_list)):
|
for x in range(len(source_list)):
|
||||||
source_list[x] = 'boards/' + source_list[x]
|
source_list[x] = 'boards/' + source_list[x]
|
||||||
|
|
Loading…
Reference in New Issue