Skip to content

Commit

Permalink
Build HW simulation version of HostLink
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Naylor committed Jun 6, 2021
1 parent ba1c3c6 commit 4f53c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hostlink/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ all: DebugLink.o HostLink.o MemFileReader.o jtag/UART.o pciestreamd \
sim/DebugLink.o sim/HostLink.o sim/MemFileReader.o sim/UART.o \
SocketUtils.o sim/SocketUtils.o udsock boardctrld \
sim/boardctrld fancheck \
hostlink.a
hostlink.a sim/hostlink.a

hostlink.a : DebugLink.o HostLink.o MemFileReader.o SocketUtils.o
[ ! -f $@ ] || rm $@
Expand Down

0 comments on commit 4f53c92

Please sign in to comment.