1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +03:00

miscellaneous integration of fiducials

- atben/atben.brd, atusb/atusb.brd: set insertion of fiducials to
  "virtual"
- makefiles/Makefile.kicad ($(NAME)-footprints.pdf): added FIDUCIAL
This commit is contained in:
Werner Almesberger
2011-03-23 17:44:59 -03:00
parent 7a9e5185b9
commit 16ac7e5f4b
3 changed files with 24 additions and 23 deletions

View File

@@ -136,7 +136,8 @@ $(NAME)-bom.csv: ../bom/$(NAME)-bom.csv
mv $< $@
$(NAME)-footprints.pdf: $(NAME).pro $(NAME).cmp $(NAME)Front.pos
$(FPDOC) $(NAME).pro "$@" || { rm -f "$@"; exit 1; }
$(FPDOC) -a FIDUCIAL $(NAME).pro "$@" || \
{ rm -f "$@"; exit 1; }
fab-smt: $(SMT_FILES)
mkdir -p fab