FreeCalypso > hg > fc-small-hw
changeset 62:907bff95244d
lunalcd2/src/Makefile: generate elements.pcb
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 25 Jun 2021 19:11:21 +0000 |
parents | df8f40386c0b |
children | 631a2a41aa57 |
files | .hgignore lunalcd2/src/Makefile |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgignore Fri Jun 25 19:08:13 2021 +0000 +++ b/.hgignore Fri Jun 25 19:11:21 2021 +0000 @@ -26,5 +26,7 @@ ^lunalcd1/pcb/gerbers\. ^lunalcd1/src/elements\.pcb$ +^lunalcd2/src/elements\.pcb$ + ^mmtb1/pcb/gerbers\. ^mmtb1/schem\+bom/elements\.pcb$
--- a/lunalcd2/src/Makefile Fri Jun 25 19:08:13 2021 +0000 +++ b/lunalcd2/src/Makefile Fri Jun 25 19:11:21 2021 +0000 @@ -2,7 +2,7 @@ vsrc/current_select.v vsrc/lcd_module.v NETS= sverp.unet bound.unet pcb-netlist.txt -all: ${NETS} +all: ${NETS} elements.pcb sverp.unet: ${VSRCS} primitives Makefile ueda-sverp -o $@ ${VSRCS} @@ -13,5 +13,8 @@ pcb-netlist.txt: bound.unet unet2pcb bound.unet $@ +elements.pcb: MCL + ueda-getfps -ch | ueda-runm4 > $@ + clean: rm -f *.unet *.txt *.csv errs elements.pcb