about summary refs log tree commit diff stats
path: root/setup.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2014-12-03 11:08:52 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2014-12-03 11:26:45 +0100
commitab7ef5529441320f2483872bb0c35cf22615aaa2 (patch)
tree618264902969ef94fd906e124a509c147dfeed6b /setup.py
parentc5aa711745449cabd5bc0171ad0ed56b8d3a6881 (diff)
downloadmiasm-ab7ef5529441320f2483872bb0c35cf22615aaa2.tar.gz
miasm-ab7ef5529441320f2483872bb0c35cf22615aaa2.zip
Jitter: move loader specific code to a submodule
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 73f98858..de1667e9 100755
--- a/setup.py
+++ b/setup.py
@@ -20,6 +20,7 @@ def buil_all():
               'miasm2/os_dep',
               'miasm2/jitter',
               'miasm2/jitter/arch',
+              'miasm2/jitter/loader',
               ]
     ext_modules_no_tcc = [
         Extension("miasm2.jitter.arch.JitCore_x86",