diff options
author | Ovnuniarchos <pujalte.jorge@gmail.com> | 2015-07-26 20:16:38 +0200 |
---|---|---|
committer | Ovnuniarchos <pujalte.jorge@gmail.com> | 2015-07-26 20:16:38 +0200 |
commit | af132adf94da56ff231ce6f69f8098666cf7d9b0 (patch) | |
tree | d40e6ad16b9907fb9ad134f3189035a9f85113b8 /drivers/trex/SCsub | |
parent | d1a260c9660e98da2f8a0ba4af2dd2cde6aeb311 (diff) | |
parent | 07c99e11f5939699fefa10fab0b898ddc9246f85 (diff) |
Merge remote-tracking branch 'refs/remotes/origin/master'
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) - |