Root/modules/Makefile

Source at commit ebe667197a3c09a1f9b3005efcf7729c8b12da84 created 13 years 2 months ago.
By Werner Almesberger, dirtly made the atrf tools run with the new atusd board
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