Root/modules/Makefile

Source at commit b3c0b4bf62ba394e85a909d19b8ec71bd6a9b074 created 13 years 3 months ago.
By Werner Almesberger, usrp: update filtering and display for uncorrupted measurement setup
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