X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d11ed10c5314c44dc01c06954d1d73d4894cbff8..a4ebf4e92061bf1eec9224e64bc823ca7bedada4:/Projects/Webserver/makefile?ds=sidebyside diff --git a/Projects/Webserver/makefile b/Projects/Webserver/makefile index 3c72ad875..e12a44e45 100644 --- a/Projects/Webserver/makefile +++ b/Projects/Webserver/makefile @@ -134,13 +134,11 @@ SRC = $(TARGET).c \ Lib/DataflashManager.c \ Lib/uip/uip.c \ Lib/uip/uip_arp.c \ - Lib/uip/uiplib.c \ - Lib/uip/psock.c \ Lib/uip/timer.c \ Lib/uip/uip-neighbor.c \ Lib/uip/conf/clock-arch.c \ - Lib/FatFS/diskio.c \ - Lib/FatFS/ff.c \ + Lib/FATFs/diskio.c \ + Lib/FATFs/ff.c \ $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \ $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \ $(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Host.c \ @@ -187,7 +185,7 @@ DEBUG = dwarf-2 # Each directory must be seperated by a space. # Use forward slashes for directory separators. # For a directory that has spaces, enclose it in quotes. -EXTRAINCDIRS = $(LUFA_PATH)/ Lib/uip/ Lib/uip/conf/ Lib/FatFS/ +EXTRAINCDIRS = $(LUFA_PATH)/ Lib/uip/ Lib/uip/conf/ Lib/FATFs/ # Compiler flag to set the C Standard level.