view eeproms/Makefile @ 95:a378bf95c26c

cp2102-read-eeprom: write the Intel HEX image into a file
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 28 Sep 2023 02:19:39 +0000 (18 months ago)
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: