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