about summary refs log tree commit diff stats
path: root/setup.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2018-07-17 10:57:50 +0200
committerAjax <commial@gmail.com>2018-07-24 13:07:48 +0200
commitbcd764692b084ebd61868a2561d710dbb0d4ffb9 (patch)
tree97a8f322f242e7f75bf02e085dbccc2e32bfe2c5 /setup.py
parent8f993d9a57f3e17b267da3629561b65b17cf97c0 (diff)
downloadmiasm-bcd764692b084ebd61868a2561d710dbb0d4ffb9.tar.gz
miasm-bcd764692b084ebd61868a2561d710dbb0d4ffb9.zip
Add a module for Linux environment simulation + syscalls
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 209219b2..7cff1b34 100755
--- a/setup.py
+++ b/setup.py
@@ -22,6 +22,7 @@ def buil_all():
               'miasm2/ir/translators',
               'miasm2/analysis',
               'miasm2/os_dep',
+              'miasm2/os_dep/linux',
               'miasm2/jitter',
               'miasm2/jitter/arch',
               'miasm2/jitter/loader',