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