1
0
mirror of git://projects.qi-hardware.com/f32xbase.git synced 2025-04-21 12:27:27 +03:00

Renamed hw/ to c2usb/, to make room for other hardware.

This commit is contained in:
Werner Almesberger
2010-10-20 10:57:42 -03:00
parent 77d684804c
commit 8eaef6b062
15 changed files with 0 additions and 0 deletions

13
c2usb/modules/Makefile Normal file
View File

@@ -0,0 +1,13 @@
MODULES=pads ssop usb-a-pcb
.SUFFIXES: .fpd .mod
.PHONY: all clean
all: $(MODULES:%=%.mod)
clean:
rm -f *~*.fpd
rm -f $(MODULES:%=%.mod)
.fpd.mod:
fped -k $< $@