diff options
Diffstat (limited to '')
| -rw-r--r-- | drivers/trex/SCsub | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/trex/SCsub b/drivers/trex/SCsub new file mode 100644 index 000000000..877be8e3d --- /dev/null +++ b/drivers/trex/SCsub @@ -0,0 +1,10 @@ + +Import('env') + +sources = [ + + 'trex.c', + 'regex.cpp', +] +env.add_source_files(env.drivers_sources, sources) + |
