FreeCalypso > hg > fc-usbser-tools
comparison eeproms/Makefile @ 5:0dfb68c59838
eeproms/Makefile: add
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 04 Sep 2023 06:35:07 +0000 |
parents | |
children | 4bc0d3c01064 |
comparison
equal
deleted
inserted
replaced
4:2e84619e7422 | 5:0dfb68c59838 |
---|---|
1 INST_FILES= duart28c duart28s icestick jtag-unbuf | |
2 | |
3 INSTALL_PREFIX= /opt/freecalypso | |
4 | |
5 INSTDIR=${INSTALL_PREFIX}/ftdi | |
6 | |
7 all: | |
8 | |
9 install: | |
10 mkdir -p ${INSTDIR} | |
11 install -c -m 644 ${INST_FILES} ${INSTDIR} | |
12 | |
13 clean: |