]> git.gag.com Git - hw/altusmetrum/commitdiff
add command line to include auto-generated pnp refdes layers in seeed zip
authorBdale Garbee <bdale@gag.com>
Wed, 29 May 2024 17:04:21 +0000 (11:04 -0600)
committerBdale Garbee <bdale@gag.com>
Wed, 29 May 2024 17:04:21 +0000 (11:04 -0600)
pcb-rnd.mk

index a574b804490a76f9d364db8f325f01ad09168326..d41f7801f725bdac793f44dfd67795e043614889 100644 (file)
@@ -84,6 +84,7 @@ $(PROJECT)-oshpark.zip:       $(PROJECT).lht $(CONFIG)
 seeed: $(PROJECT)-seeed.zip $(PROJECT)-seeed.csv
 
 $(PROJECT)-seeed.zip:  $(PROJECT).lht $(CONFIG) $(PROJECT)-sch.pdf $(SEEED_EXTRA)
+       pcb-rnd -x cam doc_pnp_gerber --outfile out/$(PROJECT) $(PROJECT).lht
        pcb-rnd -x cam gerber:Seeed --outfile out/$(PROJECT) $(PROJECT).lht
        $(call emit_xyrs)
        rm -f $@ && zip -j $@ out/* $(PROJECT).xy $(PROJECT)-sch.pdf $(SEEED_EXTRA)