1
0
mirror of git://projects.qi-hardware.com/f32xbase.git synced 2024-07-03 01:24:32 +03:00
f32xbase/hw/Makefile
Werner Almesberger 9777d88d5a Customize the FT232 EEPROM with the Qi Hardware ID and other parameters.
- hw/c2usb.conf: custom FT232 EEPROM configuration
- hw/Makefile (flash-eeprom): new target to customize the FT232 EEPROM
2010-10-08 02:51:27 -03:00

22 lines
324 B
Makefile

.PHONY: all gen generate sch brd xpdf flash-eeprom
all:
@echo "make what ? target: gen sch brd xpdf"
@exit 1
gen generate:
eeschema --plot `pwd`/c2usb.sch
# need scripts
sch:
eeschema `pwd`/c2usb.sch
brd:
pcbnew `pwd`/c2usb.brd
xpdf:
xpdf c2usb.pdf
flash-eeprom:
ftdi_eeprom --flash-eeprom c2usb.conf