1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-07 23:06:43 +03:00
ben-wpan/modules/Makefile
Werner Almesberger 7dd3d1ac90 SOT-323 footprint for MMST3904 NPN transistor (use NPN standard symbol)
- AUTHORS, modules/INFO, modules/Makefile, modules/sot-323.fpd: footprint
  for SOT-323 package with clockwise (normal) or counter-clockwise
  (transistors) pin numbering
- BOOKSHELF: added MMST3904 NPN small signal transistor
2010-10-25 04:09:08 -03:00

15 lines
230 B
Makefile

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