mirror of
git://projects.qi-hardware.com/f32xbase.git
synced 2024-11-04 23:45:20 +02:00
3fd1720e8f
- BOOKSHELF: data sheets for the FT232RL and the C2 protocol - Makefile: "make dsv" sets up the data sheet cache
10 lines
113 B
Makefile
10 lines
113 B
Makefile
.PHONY: all dsv
|
|
|
|
all:
|
|
@echo "make what ? target: dsv"
|
|
@exit 1
|
|
|
|
dsv:
|
|
../eda-tools/dsv/dsv setup BOOKSHELF
|
|
|