mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
Hexagon (target/hexagon) Remove old dectree.py
Now that we are using QEMU decodetree.py, remove the old decoder Signed-off-by: Taylor Simpson <ltaylorsimpson@gmail.com> Reviewed-by: Brian Cain <bcain@quicinc.com> Message-Id: <20240115221443.365287-4-ltaylorsimpson@gmail.com> Signed-off-by: Brian Cain <bcain@quicinc.com>
This commit is contained in:
parent
f6c01009b5
commit
cbb9d7157d
6 changed files with 0 additions and 839 deletions
|
@ -122,18 +122,6 @@ hexagon_ss.add(iset_py)
|
|||
|
||||
#
|
||||
# Step 4
|
||||
# We use the dectree.py script to generate the decode tree header file
|
||||
#
|
||||
dectree_generated = custom_target(
|
||||
'dectree_generated.h.inc',
|
||||
output: 'dectree_generated.h.inc',
|
||||
depends: [iset_py],
|
||||
env: {'PYTHONPATH': meson.current_build_dir()},
|
||||
command: [python, files('dectree.py'), '@OUTPUT@'],
|
||||
)
|
||||
hexagon_ss.add(dectree_generated)
|
||||
|
||||
#
|
||||
# Generate the input to the QEMU decodetree.py script
|
||||
#
|
||||
normal_decode_generated = custom_target(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue