mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-23 06:58:25 +02:00
bf0de45040
- boom/dist/dk/Makefile, boom/dist/dk/yageo-rc.catq: Yageo RC series chip resistors - boom/manu/yageo/Makefile, boom/manu/yageo/yageo.gen: decode RC series chip resistors - boom/Makefile (CHR): added yageo.chr
5 lines
181 B
Makefile
5 lines
181 B
Makefile
BOOM=PATH=/home/moko/svn.openmoko.org/trunk/eda/boom:../boom:$$PATH boom
|
|
|
|
yageo.chr: ../../dist/dk/db/digi-key.equ yageo.gen
|
|
$(BOOM) gen2chr YAGEO $^ >$@ || { rm -rf $@; exit 1; }
|