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