diff options
Diffstat (limited to 'drivers/ao/SCsub')
-rw-r--r-- | drivers/ao/SCsub | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/ao/SCsub b/drivers/ao/SCsub new file mode 100644 index 0000000000..9fbb467baa --- /dev/null +++ b/drivers/ao/SCsub @@ -0,0 +1,5 @@ +Import('env') + +env.add_source_files(env.drivers_sources,"*.cpp") + +Export('env') |