summaryrefslogtreecommitdiff
path: root/pcb
diff options
context:
space:
mode:
Diffstat (limited to 'pcb')
-rw-r--r--pcb/pcb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcb/pcb.mk b/pcb/pcb.mk
index 8f6a3c3..2db249a 100644
--- a/pcb/pcb.mk
+++ b/pcb/pcb.mk
@@ -11,7 +11,7 @@ $(BOM): $(SOUNDBOX_KICAD_SCH)
mkdir -p $(dir $@)
kicad-cli sch export bom \
--output $@ \
- --fields 'Reference,Description,Value,Manufacturer,MPN,Datasheet' \
+ --fields 'Reference,Description,Value,Footprint,Manufacturer,MPN,Datasheet' \
$<
$(SCHEMATIC_PDF): $(SOUNDBOX_KICAD_SCH)