mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
Removed knowledge about distributors from manufacturers and (partially) from
the top-level makefile.
- boom/dist/Makefile: generate all.{equ,inv,dsc} for all distributors in
dist/
- boom/Makefile (EQU, INV, DSC): use dist/all.* instead of dist/*/db/all.*
- boom/Makefile (tar): also collect $(EQU), $(INV), and $(DSC)
- boom/manu/panasonic/Makefile, boom/manu/stackpole/Makefile,
boom/manu/yageo/Makefile: include dist/all.equ instead of
dist/dk/db/all.equ
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
BOOM=PATH=/home/moko/svn.openmoko.org/trunk/eda/boom:../boom:$$PATH boom
|
||||
|
||||
stackpole.chr: ../../dist/dk/db/all.equ stackpole.gen
|
||||
stackpole.chr: ../../dist/all.equ stackpole.gen
|
||||
$(BOOM) gen2chr STACKPOLE $^ >$@ || { rm -rf $@; exit 1; }
|
||||
|
||||
Reference in New Issue
Block a user