1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-08 00:39:50 +03:00
ben-wpan/modules/Makefile
Werner Almesberger 6668a6de02 Added (partially incorrect, see INFO) footprint of F MMCX board edge connector
- AUTHORS, modules/INFO, modules/mmcx-f-edge.fpd: MMCX female SMT board
  edge connector (not entirely correct, due to limitations of fped)
- BOOKSHELF: added Molex 73415-0961 data sheet
2010-10-24 01:42:53 -03:00

14 lines
217 B
Makefile

MODULES=0805-6 meander mini-usb mmcx-f-edge pads qfn qfp stdpass xtal-4
.SUFFIXES: .fpd .mod
.PHONY: all clean
all: $(MODULES:%=%.mod)
clean:
rm -f *~*.fpd
rm -f $(MODULES:%=%.mod)
.fpd.mod:
fped -k $< $@