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:
13
c2usb/modules/Makefile
Normal file
13
c2usb/modules/Makefile
Normal 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 $< $@
|
||||
Reference in New Issue
Block a user