aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-18 02:19:43 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-18 02:19:43 +0000
commit3b6987bca3ef746fd9a5d4baec6d40b65c9b4101 (patch)
treecd2c69da65d47a0bba638c07431cfc893422be87 /Projects/Webserver/makefile
parentc77b30e9e6069c893b8461e104e7893762ed81a7 (diff)
downloadlufa-3b6987bca3ef746fd9a5d4baec6d40b65c9b4101.tar.gz
lufa-3b6987bca3ef746fd9a5d4baec6d40b65c9b4101.tar.bz2
lufa-3b6987bca3ef746fd9a5d4baec6d40b65c9b4101.zip
Add uIP-split code to the Webserver project, so that each packet is split in half to avoid the delayed-ACK problem when communicating with other devices. Condense HTTP server code, so that the HTTP headers are all sent from the one state. Make default filename append to any directory URI, rather than just the root directory.
Diffstat (limited to 'Projects/Webserver/makefile')
-rw-r--r--Projects/Webserver/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/Webserver/makefile b/Projects/Webserver/makefile
index a813b8ac6..edd282401 100644
--- a/Projects/Webserver/makefile
+++ b/Projects/Webserver/makefile
@@ -138,6 +138,7 @@ SRC = $(TARGET).c \
Lib/uip/uip_arp.c \
Lib/uip/timer.c \
Lib/uip/clock.c \
+ Lib/uip/uip-split.c \
Lib/FATFs/diskio.c \
Lib/FATFs/ff.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \