about summary refs log tree commit diff stats
path: root/setup.py
diff options
context:
space:
mode:
authorserpilliere <devnull@localhost>2014-08-06 17:28:13 +0200
committerserpilliere <devnull@localhost>2014-08-06 17:28:13 +0200
commit376576de29b55f10d645bb428fab793b56cf4168 (patch)
tree6b24fe2e2e44d302a92ff74f9c1ce42a0b3b06a4 /setup.py
parent8cbb7db586badb5102d411af479e2d7ab42ce40c (diff)
downloadmiasm-376576de29b55f10d645bb428fab793b56cf4168.tar.gz
miasm-376576de29b55f10d645bb428fab793b56cf4168.zip
Add mips32 arch
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 5292a849..fcc8f7a6 100755
--- a/setup.py
+++ b/setup.py
@@ -12,6 +12,7 @@ def buil_all():
               'miasm2/arch/arm',
               'miasm2/arch/msp430',
               'miasm2/arch/sh4',
+              'miasm2/arch/mips32',
               'miasm2/core',
               'miasm2/expression',
               'miasm2/ir',