From caac11fbd0a87e885e2dbb6255fdf536fc29df2a Mon Sep 17 00:00:00 2001 From: Grant Likely Date: Mon, 29 Jun 2015 16:46:55 +0100 Subject: Add paste layers to design package zipfile and fix bugs - Add paste layers to the Makefile - Fix name of edge cuts layer to match actual generated filename - Fixup BOM generation for Seeed Fusion PCBA service Signed-off-by: Grant Likely --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index de17113..47cad8e 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ all: 96boards-uart.zip 96boards-uart-seeed.csv -%-Edge_Cuts.gko: %-Edge_Cuts.gbr - cp $*-Edge_Cuts.gbr $*-Edge_Cuts.gko +%-Edge_Cuts.gko: %-Edge_Cuts.gm1 + cp $< $@ -%.zip: %-B_Cu.gbl %-B_Mask.gbs %-B_SilkS.gbo %-F_Cu.gtl %-F_Mask.gts %-F_SilkS.gto %-Edge_Cuts.gko %.drl %-NPTH.drl %-top.pos %-bottom.pos +%.zip: %-B_Cu.gbl %-B_Mask.gbs %-B_SilkS.gbo %-B_Paste.gbp %-F_Cu.gtl %-F_Mask.gts %-F_SilkS.gto %-F_Paste.gtp %-Edge_Cuts.gko %.drl %-NPTH.drl %-top.pos %-bottom.pos %-ft230x.xml %.csv zip $@ $^ %-seeed.csv: %.csv - awk 'BEGIN { FS=","; OFS=","; } { print $$4,$$2,$$3; }' $< > $@ + awk 'BEGIN { FS=","; OFS=","; } { print $$5,1,$$1; }' $< > $@ -- cgit v1.2.3