1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-08-23 14:13:40 +03:00
eda-tools/boom/manu/stackpole/Makefile

5 lines
182 B
Makefile
Raw Normal View History

BOOM=PATH=/home/moko/svn.openmoko.org/trunk/eda/boom:../boom:$$PATH boom
stackpole.chr: ../../dist/all.equ stackpole.gen
$(BOOM) gen2chr STACKPOLE $^ >$@ || { rm -rf $@; exit 1; }