comparison fc-uja/schem+bom/Makefile @ 0:0f9bdd60ce50

fc-small-hw separated from old freecalypso-schem repo
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 21 Oct 2019 00:53:38 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0f9bdd60ce50
1 VSRCS= vsrc/FT2232D_block.v vsrc/FT2232D_chip.v vsrc/USB_block.v \
2 vsrc/application_block.v vsrc/board.v vsrc/eeprom_93Cx6_16bit.v \
3 vsrc/od_buffer.v vsrc/regulator_ic.v vsrc/regulator_with_caps.v \
4 vsrc/target_if.v vsrc/usb_conn.v
5 NETS= sverp.unet
6
7 all: ${NETS}
8
9 sverp.unet: ${VSRCS} primitives Makefile
10 ueda-sverp -o $@ ${VSRCS}
11
12 clean:
13 rm -f *.unet