Move xjson / xyaml to utils instead of prjxray.

Signed-off-by: Tim 'mithro' Ansell <[email protected]>
This commit is contained in:
Tim 'mithro' Ansell
2018-12-17 17:03:19 -08:00
parent 8d61ee5ac0
commit 8d3e95cd1a
9 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ $(SPECIMENS): Makefile.specimen
pushdb:
cp ${XRAY_PART}.yaml ${XRAY_DATABASE_DIR}/$(XRAY_DATABASE)
python -m prjxray.xyaml ${XRAY_PART}.yaml > ${XRAY_DATABASE_DIR}/$(XRAY_DATABASE)/${XRAY_PART}.json
python -m utils.xyaml ${XRAY_PART}.yaml > ${XRAY_DATABASE_DIR}/$(XRAY_DATABASE)/${XRAY_PART}.json
run:
$(MAKE) clean