make: update bom tool

This commit is contained in:
King Kévin 2023-11-30 18:23:08 +01:00
parent 0830600044
commit 07570f2911
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ KICAD = kicad-cli
# path to qeda
QEDA := qeda
# path to KiBOM
KIBOM := ./KiBOM_CLI.py
KIBOM := kibom
# path to InteractiveHtmlBom
IBOMGEN := ~/.local/share/kicad/7.0/3rdparty/plugins/org_openscopeproject_InteractiveHtmlBom/generate_interactive_bom.py
@ -78,7 +78,7 @@ lib:
# export Bill of Material (as CSV)
%.bom.csv: %.bom.xml
python $(KIBOM) $< $@
$(KIBOM) $< $@
# generate panel
PANEL_DIR := panel