FreeCalypso > hg > fc-usbser-tools
view eeproms/Makefile @ 13:c53dee063cdd
libftmini/ftdi_defs.h: extract from libftdi-0.20/src/ftdi.h
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 07 Sep 2023 07:19:43 +0000 |
parents | 0dfb68c59838 |
children | 4bc0d3c01064 |
line wrap: on
line source
INST_FILES= duart28c duart28s icestick jtag-unbuf INSTALL_PREFIX= /opt/freecalypso INSTDIR=${INSTALL_PREFIX}/ftdi all: install: mkdir -p ${INSTDIR} install -c -m 644 ${INST_FILES} ${INSTDIR} clean: