mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
manu/Makefile were highly redundant. Moved their content to a common Makefile.
- boom/manu/Makefile.common: common makefile for all manufacturers - boom/manu/Makefile.common (test): added coverage test mode (gen2chr -n) - murata/Makefile, panasonic/Makefile, stackpole/Makefile, yageo/Makefile: use Makfile.common
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
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; }
|
||||
NAME = stackpole
|
||||
include ../Makefile.common
|
||||
|
||||
Reference in New Issue
Block a user