mirror of https://github.com/openXC7/prjxray.git
fuzzers: 05x: do not use symbolic link to int_generate.py
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
42529b7287
commit
6c6e90db84
|
|
@ -1 +0,0 @@
|
||||||
../int_generate.py
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../int_generate.py
|
|
||||||
|
|
@ -20,7 +20,7 @@ design_bits.ok: vivado.ok
|
||||||
done
|
done
|
||||||
touch design_bits.ok
|
touch design_bits.ok
|
||||||
|
|
||||||
generate.ok: design_bits.ok ${FUZDIR}/generate.py
|
generate.ok: design_bits.ok
|
||||||
python3 ${FUZDIR}/generate.py ${GENERATE_FLAGS}
|
if [ -f ${FUZDIR}/generate.py ] ; then python3 ${FUZDIR}/generate.py ${GENERATE_FLAGS}; else python3 ${XRAY_DIR}/fuzzers/int_generate.py; fi
|
||||||
touch generate.ok
|
touch generate.ok
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue