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

KiCad module build and xtal-4 cleanup.

- modules/Makefile: generate .mod files from .fpd
- components/xtal-4.lib: changed symbol name inside the .lib file as well
- modules/xtal-4.fpd: added package dimensions measurements
This commit is contained in:
Werner Almesberger
2010-08-12 10:50:48 -03:00
parent 05b0105591
commit c0127b490c
3 changed files with 18 additions and 3 deletions

13
modules/Makefile Normal file
View File

@@ -0,0 +1,13 @@
MODULES=meander mini-usb stdpass xtal-4
.SUFFIXES: .fpd .mod
.PHONY: all clean
all: $(MODULES:%=%.mod)
clean:
rm -f *~*.fpd
rm -f $(MODULES:%=%.mod)
.fpd.mod:
fped -k $< $@