summaryrefslogtreecommitdiff
path: root/drivers/alsa/SCsub
blob: ee39fd263176d62e58b648d99d83a63bf81186d0 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python

Import('env')

env.add_source_files(env.drivers_sources, "*.cpp")

Export('env')