Add TCP retransmission support to the HTTP webserver in the Webserver project, so...
[pub/USBasp.git] / Projects / Webserver / makefile
index 3c72ad8..f0c4ad1 100644 (file)
@@ -139,8 +139,8 @@ SRC = $(TARGET).c                                                 \
          Lib/uip/timer.c                                             \\r
          Lib/uip/uip-neighbor.c                                      \\r
          Lib/uip/conf/clock-arch.c                                   \\r
-         Lib/FatFS/diskio.c                                          \\r
-         Lib/FatFS/ff.c                                              \\r
+         Lib/FATFs/diskio.c                                          \\r
+         Lib/FATFs/ff.c                                              \\r
          $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c        \\r
          $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c           \\r
          $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Host.c               \\r
@@ -187,7 +187,7 @@ DEBUG = dwarf-2
 #     Each directory must be seperated by a space.\r
 #     Use forward slashes for directory separators.\r
 #     For a directory that has spaces, enclose it in quotes.\r
-EXTRAINCDIRS = $(LUFA_PATH)/ Lib/uip/ Lib/uip/conf/ Lib/FatFS/\r
+EXTRAINCDIRS = $(LUFA_PATH)/ Lib/uip/ Lib/uip/conf/ Lib/FATFs/\r
 \r
 \r
 # Compiler flag to set the C Standard level.\r