mirror of https://github.com/openXC7/prjxray.git
cleaning fuzzers before running roi_only target commands
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
2bc72b5cce
commit
073c976128
|
|
@ -169,6 +169,7 @@ part_only:
|
||||||
# roi_only runs the fuzzers required for supporting additional parts when building
|
# roi_only runs the fuzzers required for supporting additional parts when building
|
||||||
# a roi harness.
|
# a roi harness.
|
||||||
roi_only:
|
roi_only:
|
||||||
|
+$(MAKE) clean_fuzzers
|
||||||
# Create PART-specific directory
|
# Create PART-specific directory
|
||||||
mkdir -p ${XRAY_FAMILY_DIR}/${XRAY_PART}
|
mkdir -p ${XRAY_FAMILY_DIR}/${XRAY_PART}
|
||||||
# Generate YAML
|
# Generate YAML
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue