Make board specific and device peripheral specific drivers' file documentation copy...
[pub/USBasp.git] / Projects / Webserver / makefile
index 3c72ad8..e12a44e 100644 (file)
@@ -134,13 +134,11 @@ SRC = $(TARGET).c                                                 \
          Lib/DataflashManager.c                                      \\r
          Lib/uip/uip.c                                               \\r
          Lib/uip/uip_arp.c                                           \\r
-         Lib/uip/uiplib.c                                            \\r
-         Lib/uip/psock.c                                             \\r
          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 +185,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