view eeproms/Makefile @ 25:4bc0d3c01064

eeproms/Makefile: add mcu-host-bus to install set
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 09 Sep 2023 07:39:48 +0000
parents 0dfb68c59838
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: