1
0
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:
Werner Almesberger
2010-10-17 00:57:22 -03:00
parent b66b71f560
commit ac7ebdd822
5 changed files with 23 additions and 16 deletions

View File

@@ -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