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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user