diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-08-24 21:57:12 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-08-24 21:57:12 +0000 |
commit | c7f746434f28c06faf9f3ebaac4973502468c4d3 (patch) | |
tree | 969225c7f2f83a8f0a1956082c3200a00191b385 /Makefile.target | |
parent | 60e336dbb837ef4d5053433f9ee391feb102be36 (diff) | |
download | qemu-c7f746434f28c06faf9f3ebaac4973502468c4d3.tar.gz |
TFTP support (Magnus Damm)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1050 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 6d5849071d..5ac50dc092 100644 --- a/Makefile.target +++ b/Makefile.target @@ -264,7 +264,7 @@ ifdef CONFIG_SLIRP DEFINES+=-I$(SRC_PATH)/slirp SLIRP_OBJS=cksum.o if.o ip_icmp.o ip_input.o ip_output.o \ slirp.o mbuf.o misc.o sbuf.o socket.o tcp_input.o tcp_output.o \ -tcp_subr.o tcp_timer.o udp.o bootp.o debug.o +tcp_subr.o tcp_timer.o udp.o bootp.o debug.o tftp.o VL_OBJS+=$(addprefix slirp/, $(SLIRP_OBJS)) endif |