view eeproms/Makefile @ 81:8b0a01b19fb9

doc/FTDI-EEPROM-format: update for the discovery of FTDI chips enforcing the requirement of using upper addresses for strings
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 26 Sep 2023 21:56:26 +0000
parents 4bc0d3c01064
children
line wrap: on
line source

INST_FILES=	duart28c duart28s icestick jtag-unbuf mcu-host-bus

INSTALL_PREFIX=	/opt/freecalypso

INSTDIR=${INSTALL_PREFIX}/ftdi

all:

install:
	mkdir -p ${INSTDIR}
	install -c -m 644 ${INST_FILES} ${INSTDIR}

clean: