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