Root/modules/Makefile

Source at commit 6caa0d36ab55987c506d2d242aef978132ec6f09 created 13 years 6 days ago.
By Werner Almesberger, consolidated atben/Makefile and atusb/Makefile into common template
1MODULES=0805-6 meander mini-usb mmcx-f-edge qfn qfp sot-323 \
2    u-fl-receptacle usb_a_plug_smt xtal-4
3
4.SUFFIXES: .fpd .mod
5.PHONY: all clean
6
7all: $(MODULES:%=%.mod)
8
9clean:
10        rm -f *~*.fpd
11        rm -f $(MODULES:%=%.mod)
12
13.fpd.mod:
14        fped -k $< $@
15

Archive Download this file



interactive