summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@linaro.org>2015-06-29 16:46:55 +0100
committerGrant Likely <grant.likely@linaro.org>2015-06-29 16:48:15 +0100
commitcaac11fbd0a87e885e2dbb6255fdf536fc29df2a (patch)
treeac3987e79df83e8b7075df758bd050fe555e39df
parentbfda5b30b590da5c1ee9b2e90129af7e6fc952b2 (diff)
Add paste layers to design package zipfile and fix bugsftdi
- 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 <grant.likely@linaro.org>
-rw-r--r--Makefile8
1 files 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; }' $< > $@