Make board specific and device peripheral specific drivers' file documentation copy...
[pub/USBasp.git] / Projects / Webserver / makefile
index ce4feae..e12a44e 100644 (file)
@@ -134,8 +134,6 @@ 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
@@ -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