Root/modules/Makefile

Source at commit 7c1383d43eb56a0243c75139b78cd3607ba8c6b7 created 13 years 6 months ago.
By Werner Almesberger, Added components (transistor and balun) for the uSD variant.
1MODULES=0805-6 meander mini-usb pads qfn qfp stdpass xtal-4
2
3.SUFFIXES: .fpd .mod
4.PHONY: all clean
5
6all: $(MODULES:%=%.mod)
7
8clean:
9        rm -f *~*.fpd
10        rm -f $(MODULES:%=%.mod)
11
12.fpd.mod:
13        fped -k $< $@
14

Archive Download this file



interactive